global interpreter lock

phil hunt zen19725 at zen.co.uk
Fri Aug 26 16:50:24 EDT 2005


On Thu, 25 Aug 2005 00:56:10 -0400, Mike Meyer <mwm at mired.org> wrote:
>> The issue here is whether to confuse reality with what one might
>> wish reality to be.
>
>Let's see. Reality is that writing correct programs is hard. Writing
>correct programs that use concurrency is even harder, because of the
>exponential explosion of the order that operations can happen
>in. Personally, I'm willing to use anything I can find that makes
>those tasks easier.

Indeed so. Use threading (or whatever) when one has to, use an 
asynchronous single-threaded process whenever you can.


-- 
Email: zen19725 at zen dot co dot uk





More information about the Python-list mailing list