[Stackless] First stackless nonblocking file IO tests....
Richard Tew
richard.m.tew at gmail.com
Wed Apr 25 21:38:39 CEST 2007
On 4/24/07, Carlos Eduardo de Paula <carlosedp at gmail.com> wrote:
> Based on an idea used in some async frameworks like tiwsted, I created
> a concept for having nonblocking file IO access for tasklets.
>
> The idea is based on creating a threadpool and handling the IO
> requests to it, it has been based on a recipe from ASPN cookbook.
>
> Here follows the module and an example with the monkeypatching. If
> anyone can check it and point out the flaws on this approach I would
> be glad since this is my first shot on this.
Looks really good Carlos. It is a nice accompanyment to the
socket module.
You should definitely check it into the examples SVN :-)
Cheers,
Richard.
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list