[Python-Dev] threadsafe patch for asynchat (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Wed Feb 8 00:46:18 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 ]
Guido van Rossum wrote:
IMO asynchat and asyncore are braindead. The should really be removed from the standard library. The code is 10 years old and represents at least 10-year-old thinking about how to do this.
strange. I'd say it works perfectly fine for what it was designed for (after all, sockets haven't changed much in 10 years either).
what other reactive socket framework is there that would fit well into the standard library ? is twisted really simple enough ?
- Previous message: [Python-Dev] threadsafe patch for asynchat
- Next message: [Python-Dev] threadsafe patch for asynchat
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]