Here is an example program that illustrates my problem.The program starts a wxPython application and starts a SimpleXMLRPCServer in a thread.This all works fine.My problem is that I can\'t shut down t
I have two IPs mapping to the machine, and I was wondering how I can have one python xmlrpc server listening on both IPs (same port), like you could do wi开发者_如何学Pythonth Apache.