In message <[EMAIL PROTECTED]>, gel
wrote:

> I am attempting to understand threads to use in a network app which I
> am writing.

It is written, somewhere in the philosophy of *nix programming, that threads
are a performance hack, to be avoided wherever possible. Use processes in
preference to threads.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to