[EMAIL PROTECTED] wrote:

> 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?
> 
The request-handler has the method: address_string()

Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to