[EMAIL PROTECTED] wrote:
Howdy, Greg!

 Greg wrote:
Unfortunately the APIs for doing non-blocking file I/O are much less
portable (each OS has their own, if any) than for network I/O which is
part of the reason you don't often see it pre-wrapped and available in
a high level language.

I think a thread pool implementation would work for this purpose.  I'll point
the Twisted folks to this thread and see what they say.

Regards,

Zooko

_______________________________________________
p2p-hackers mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/p2p-hackers


They will tell you file i/o under Linux doesn't block most of the time, returning quickly. I've been there and done that...

Chaz
_______________________________________________
p2p-hackers mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/p2p-hackers

Reply via email to