[Stackless] stacklessocket with threads, and stacklessfile

Richard Tew richard.m.tew at gmail.com
Thu Aug 9 11:02:12 CEST 2007


On 8/8/07, Tim Kientzle <tim at metaweb.com> wrote:
> Our proposal: run the select() loop in a separate
> thread so that the select() doesn't block all other
> tasklets.

If you intend to use channels for inter-thread communication, this is
probably not a suitable solution.  There is a reproduction case
provided by Paul Sijben where he has shown that on a dual-core system,
even if the Python interpreter is set to use only the current
processor, corruption will occur and Python will crash.

Cheers,
Richard.

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://stackless.com/cgi-bin/mailman/listinfo/stackless



More information about the Stackless mailing list