client server question

Irmen de Jong irmen.NOSPAM at xs4all.nl
Mon Aug 15 12:51:09 EDT 2005


Robert Wierschke wrote:
> John schrieb:
> 
>> I have a simple script that runs a server where one client can connect.
>> I would like to make it so that many clients can connect to one server
>> on the same port. Where can I find how to do this?
>>
>> Thanks,
>> --j
>>
> 
> use sockets.

Or, if you have no interest at all in the gory details and problems
of socket programming, have a look at Pyro (http://pyro.sourceforge.net).
Pyro lets you invoke remote python objects as if they were just regular
python objects.

--Irmen



More information about the Python-list mailing list