Pythonic concurrency (was: Erlang (was Re: Good introduction to functional programming with Python?))

Cameron Laird claird at starbase.neosoft.com
Sun Dec 31 12:48:18 EST 2000


In article <G6AyoC.CK1 at world.std.com>, Will Ware <wware at world.std.com> wrote:
>Brad Knotwell (knotwell at ix.netcom.com) wrote:
>> I'm now wondering if Stackless Python's uthreads are cooperatively or
>> pre-emptively multi-tasked.
>
>Unless you're digging into their inner workings, microthreads will appear
>to you as preemptively multitasking.
			.
			.
			.
Is this true:  microthreads block on system calls (I/O
operations, most notoriously) and on invocations of
externally-coded extensions?  
-- 

Cameron Laird <claird at NeoSoft.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list