[Stackless] GIL issue? Re: Santa concurrency problem
Andrew Francis
andrewfr_ice at yahoo.com
Sat Mar 31 14:12:45 CEST 2007
Hello Brian :
--- Brian Zimmer <bzimmer at ziclix.com> wrote:
> So without calling time.sleep in the tasklet thread
> the constant running of the sleep tasklet starves
>all other threads. When you add the very small sleep
>other threads get a chance to run.
In my case, this could explain why the Twisted thread
does not get a chance to execute the callback.
However I was under the impression that the GIL would
release after a given number of instructions.
Cheers,
Andrew
____________________________________________________________________________________
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list