asyncore.poll() in C

Sam Rushing rushing@e...
Thu, 20 Apr 2000 13:11:49 -0700 (PDT)


Andy Dustman has recently written a version of asyncore.poll() in C,
it's still in alpha but looks interesting!

ad> I was wondering if you ever heard of or tried my own asyncore
ad> tweak, which is a C module that replaces asyncore.poll. (It
ad> still does a select() call internally.) It also does almost
ad> the same thing as your fdcache tweak, except it stores {
ad> object: fd }. Since you are benchmarking things, I thought it
ad> might be worth taking a look.
ad> 
ad> http://dustman.net/andy/python/asyncore

I've also placed a link on the main medusa page...

-Sam