Python & IRC?

Christopher Petrilli petrilli at trump.amber.org
Wed Jun 2 19:48:09 EDT 1999


Michael P. Reilly <arcege at shore.net> wrote:

> You might also want to look at the SocketServer module (which includes
> ThreadingTCPServer and ThreadingUDPServer classes).

I'll throw in my two cents which is that at some point I hacked out a quick
implementation of the protocol using asynchat, and probably could do so
again, but would rather just say use it :-)  It's really a great way to
do this, since IRC has no pipelining, there's really not a concern there,
and async sockets are REALLY low overhead---at least on any real OS :-)

Chris

-- 
| Christopher Petrilli                      ``Television is bubble-gum for
| petrilli at amber.org                          the mind.''-Frank Lloyd Wright




More information about the Python-list mailing list