[Stackless] Are you using Stackless in a project?
Joachim König-Baltes
joachim.koenig-baltes at emesgarten.de
Tue May 2 14:17:00 CEST 2006
Richard schrieb:
> Hi,
>
> If you are using Stackless in a project, please consider adding
> your project to this wiki page:
>
> http://www.stackless.com/wiki/Applications
>
> It would be great to get some more examples of Stackless usage
> in there :)
What about greenlet, the stackless spin off available as an extension?
Are applications based on that also candidates?
I'm currently working on a "multitask" package based on greenlets,
that implements channels and a scheduler in python (similar to Asgeir's
uthread.py, but without stackless, so a python extension is sufficient)
and integrates async IO scheduling based on either
kevent/libevent/select with the scheduling on channels by simply calling
the scheduler synchronously with the list of events to wait for and a
timeout.
Is this something to write about?
Joachim
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list