[Stackless] Threads and Tasklets
Andrew Francis
andrewfr_ice at yahoo.com
Thu Oct 27 18:32:39 CEST 2005
Hello Bob:
--- Bob Ippolito <bob at redivi.com> wrote:
> If you're using non-blocking sockets you don't need
> any real threads. Twisted is single threaded, and
>doesn't require any additional threads for I/O.. it
>doesn't even use stackless. asyncore
> is another example of this.
I know about the select() function. I feel select()
results in complicated code. I have heard of Twisted.
Let me see how this works with what I doing.
> You might even be able to find the old eGroups
> python-coro code and
> refactor it to use modern stackless.
Thanks for the advice. Give me a week to try
this stuff and report back.
Cheers,
Andrew
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list