[Python-Dev] threadsafe patch for asynchat (original) (raw)
Bill Janssen janssen at parc.com
Wed Feb 8 05:53:46 CET 2006
- Previous message: [Python-Dev] threadsafe patch for asynchat
- Next message: [Python-Dev] threadsafe patch for asynchat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
what other reactive socket framework is there that would fit well into the standard library ? is twisted really simple enough ?
I've been very happy with Medusa, which is asyncore-based.
Perhaps the right idea is to fix the various problems of asyncore. We might lift the similar code from the kernel of ILU, for example, which carefully addresses the various issues around this style of action loop.
Bill
- Previous message: [Python-Dev] threadsafe patch for asynchat
- Next message: [Python-Dev] threadsafe patch for asynchat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]