threading, how to?

Sergei Organov osv at javad.com
Fri Apr 21 06:57:02 EDT 2006


"akrapus" <akraps at gmail.com> writes:

> 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

Yes, if you wish to run every of your 3 functions in a separate thread.

-- Sergei.




More information about the Python-list mailing list