Basic client/server with sockets

Andrew Bennetts andrew-pythonlist at puzzling.org
Mon Feb 10 17:54:39 EST 2003


On Mon, Feb 10, 2003 at 02:10:35PM -0800, Natan wrote:
> I'm new to python ans i have a script like this:

I recommend writing your server using Twisted <http://twistedmatrix.com> --
it will take care of problems like this for you, leaving you to worry about
the logic of your protocol, rather than the details of the socket API.

-Andrew.






More information about the Python-list mailing list