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 -- http://mail.python.org/mailman/listinfo/python-list