Jason F. McBrayer
jmcbray at carcosa.net
Sat Nov 17 21:32:55 EST 2001
On Wed, Nov 14, 2001 at 08:30:14PM +0100, Magnus Lie Hetland wrote: > > Is there an xmlrpc-handler for mod_python? Or would using > the SimpleXMLRPCRequestHandler of the 2.2 SimpleXMLRPCServer > module be a natural thing to do? It just seems that Apache/mod_python > would be a more stable server solution than using SimpleXMLRPCServer > itself... I don't know of such a thing offhand. Probably the best thing to do would be to start with the SimpleXMLRPCServer code and port the request handler to mod_python. It probably wouldn't be that hard to do, but it won't be a simple plug-n-play solution, either. It's probably only _worth_ doing if you're going to handle some serious load. -- +----------------------------------------------------------------+ | Jason F. McBrayer jmcbray at carcosa.net | | The scalloped tatters of the King in Yellow must hide Yhtill | | forever. R.W. Chambers _The King in Yellow_ |
|