XML-RPC for CGI

Jeffrey Kunce kuncej at mail.conservation.state.mo.us
Fri Nov 12 17:31:56 EST 1999


I have a web host where I can't use long-running processes (like 
an XML-RPC server). I can run CGI scripts on the host, and want
to take advantage of the XML-RPC protocol.

So I have written xmlrpccgiserver.py (based on xmlrpcserver.py)
It is included in the attached tarball, along with a demo cgi script 
and demo client script. 

I haven't put it into production yet, but the tests look good.

  --Jeff


-------------- next part --------------
A non-text attachment was scrubbed...
Name: xmlrpccgi.tgz
Type: application/x-compressed
Size: 2122 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/19991112/75f7ad83/attachment.bin>


More information about the Python-list mailing list