[Stackless] Questions and Comments for EuroPython Talk
Richard Tew
richard.m.tew at gmail.com
Thu Jun 24 00:31:52 CEST 2010
On Wed, Jun 23, 2010 at 11:53 PM, Andrew Francis <andrewfr_ice at yahoo.com> wrote:
> Fair enough. Realistically wouldn't the tasklets that would potentially
> block, such as something that would make a syscall() under the hood,
> have a C stack? Hence making this somewhat useless in Stackless?
I am not sure I understand the question. If a tasklet makes a syscall
it would be blocking the entire thread for the duration.
Richard.
More information about the Stackless
mailing list