On Thu, Mar 26, 2009 at 11:40 PM, OOMMEN KM <[email protected]> wrote:

>
> Can anyone help me with some tips for making it better or things to
> remember in python threading.
> Is there any way to kill a thread explicitly.
>

Can you convince me as to why you need threads for this? Or who 'motivated'
you?

There is a simple rule of thumb that you can follow:
"If you are using threads, think again -- _mostly_ you can do away without
them".

-V-
http://twitter.com/venkasub
_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to