Is it possible to obtain the client's ip address from a SimpleXMLRPCServer instance or subclass instance? When running SimpleXMLRPCServer with logRequests = 1, the xmlrpc server prints out the fqdn on the console, however, I'm not sure if this information (either fqdn or ip address) is available to the SimpleXMLRPCServer instance. Can somebody shed some light on how to obtain this information?
Thanks, Phil -- http://mail.python.org/mailman/listinfo/python-list