Basic client/server with sockets

Irmen de Jong irmen at -NOSPAM-REMOVE-THIS-xs4all.nl
Mon Feb 10 19:27:11 EST 2003


Andrew Bennetts wrote:
> 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.

When using Pyro (http://pyro.sourceforge.net) you don't even
have to worry about the protocol ;-)

Irmen





More information about the Python-list mailing list