decorators vs GIL

mudd at vex.net mudd at vex.net
Tue Aug 10 08:48:42 EDT 2004


state machines and processes [and inter-process
communication/coordination]?  It sounds like you're saying the alternative
to threads is "home brewed" threads.  I don't follow.

Until recently linux implemented threads as processes.  I'm really not
concerned with how the threads are implemented in the thread library.  I
just don't want a language to prevent me from accessing the thread
library.


>
> Threads often seem simple at the outset, but most of the time they
> wind up being far more complex to program and debug than judicious use
> of state machines and processes.



More information about the Python-list mailing list