Re: How to get client's IP address in the threaded case of SimpleXMLRPCServer?

2006-05-07 Thread Chris Lambacher
On Fri, May 05, 2006 at 05:02:57PM -0400, Eirikur Hallgrimsson wrote: Okay, I've banged my head against this for about three days on and off. The client's IP is passed to my handler in the non-threaded case. It's not in the threaded case, which is actually rather different with a couple of

How to get client's IP address in the threaded case of SimpleXMLRPCServer?

2006-05-05 Thread Eirikur Hallgrimsson
Okay, I've banged my head against this for about three days on and off. The client's IP is passed to my handler in the non-threaded case. It's not in the threaded case, which is actually rather different with a couple of mixin classes mixing things up. I'm not confused, it's not passed. I