ThreadingTCPServer, asyncore and Client-to-Client communication

G. S. Hayes sjdevnull at yahoo.com
Mon Aug 9 10:31:57 EDT 2004


dustin at jabberdust.com (Dustin) wrote in message news:<81efeef2.0408072015.60addf38 at posting.google.com>...
> I've been trying to create a "byte streaming server", it's basically a
> chat server, but I'd like to use it for transfering large amounts of
> data between two connected clients.  Sounds simple enough, but I'm
> having a difficult time implementing it.

investigate os.select; you don't even need multiple threads for this operation.



More information about the Python-list mailing list