SimpleXMLRPCServer to fastcgi via WSGI?

I

Ivan Voras

Hi,

Is there a straightforward way to convert an XML-RPC server application
(written for SimpleXMLRPCServer) to use WSGI so that it can be used as s
fastcgi server? By "straightforward" I mean something simple, without
using some external framework.

Alternatively, I don't really care about WSGI, so something that makes
it work as fastcgi directly will also be ok.
 
J

Joshua Kugler

Ivan said:
Is there a straightforward way to convert an XML-RPC server application
(written for SimpleXMLRPCServer) to use WSGI so that it can be used as s
fastcgi server? By "straightforward" I mean something simple, without
using some external framework.

Alternatively, I don't really care about WSGI, so something that makes
it work as fastcgi directly will also be ok.

You don't need WSGI to use FastCGI. See
http://pypi.python.org/pypi/python-fastcgi It says it includes WSGI server
implementations, but that doesn't mean you have to use them.

j
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top