Re: threading, how to?

2006-04-21 Thread akrapus
Thanks a lot to all of you guys.
I think it'll take some time before I grasp it properly...

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: threading, how to?

2006-04-21 Thread akrapus
Thanks for reply.

So would it be implemented as follows:

Func 1
Func 2
Func 3

Thread for Func 1
Thread for Func 2
Thread for Func 3

Cheers

Stevan

-- 
http://mail.python.org/mailman/listinfo/python-list


threading, how to?

2006-04-21 Thread akrapus
Hi,

I am trying to understand how to use threading in Python. I get
threading as a concept, but not the implementation.

In order to start threading, do you call it as a separate function,
which will then be applied to the rest of the code (functions) or do
you open threading in each function. This all can probably be answered
by 'How python threads different functions'?

Hope if somebody can drop me a few lines. I've been trying with
different tutorials, but still do not understand.

Cheers,

Stevan

-- 
http://mail.python.org/mailman/listinfo/python-list