Hi! On Sun, 3 Sep 2006 00:19:17 -0700 "Darren Kirby" <[EMAIL PROTECTED]> wrote: [...] > I guess I am wondering if given the fact I need a custom protocol, and need > to > talk TCP/IP should I stick with twisted or just use plain old sockets and > build it myself? Is there a third option I should consider? Have others > found > themselves in this situation? Thoughts? Comments? I am really just fishing > for opinions here...
You might have a look at asyncore/asychat in the standard library. It does the async stuff for you and it's easy to understand and to use. Hope it helps. Cheers Guido G. -- http://mail.python.org/mailman/listinfo/python-list