Python xmlrpc servers?

Skip Montanaro skip at pobox.com
Wed Dec 1 14:20:21 EST 2004


    ted> Would several web services on the same server listen on different
    ted> ports (8888, 8889, 8890...) or on the same port?

Port numbers are never implicit.  You need to provide a listen port each
time you start the server.

Skip





More information about the Python-list mailing list