Re: [Python-Dev] threadsafe patch for asynchat

2006-02-08 Thread Pedro Werneck
n Twisted, the interface is similar, some parts are a copy of Twisted code (select code, LineProtocol is a copy of twisted's LineReceiver) but only 16k in size, everything is covered by unittests. It's intended for servers, but client support can be added with some effort too. Maybe it fits

Re: [Python-Dev] threadsafe patch for asynchat

2006-02-08 Thread Pedro Werneck
n Twisted, the interface is similar, some parts are a copy of Twisted code (select code, LineProtocol is a copy of twisted's LineReceiver) but only 16k in size, everything is covered by unittests. It's intended for servers, but client support can be added with some effort too. Maybe it fits