cgi xmlrpc anyone?

Robin Becker robin at jessikat.fsnet.co.uk
Wed Mar 13 11:49:31 EST 2002


In message <31575A892FF6D1118F5800600846864DCBCDFD at intrepid>, Simon
Brunning <SBrunning at trisystems.co.uk> writes
>> From:        Robin Becker [SMTP:robin at jessikat.fsnet.co.uk]
>> Has anyone got a cgi version of an xmlrpc server? By that I mean a cgi
>> script which simulates being an xmlrpc server. We are allowed to do cgi
>> by our ISP, but not to run long running processes or to start up our own
>> servers etc.
> 
>Robin,
>The effbot is running one, I think - <http://effbot.org/rpc/index.htm>.
>
....
yes I'm being opaque again. What I really need is a python cgi script
that can process http requests in an xmlrpc fashion. I seem to see lots
of xmlrpc servers including /F 's, but I'm missing a way to translate a
transient request into such a server. I guess in practice the front end
of such a server is replaced by the cgi interface only the back end is
really needed. I guess this is a poor way to do xmlrpc, but the ISP
won't let us run our own servers or have long running processes.
-- 
Robin Becker




More information about the Python-list mailing list