comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Partial implementation of XML-RPC
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Partial implementation of XML-RPC [message #46276] Thu, 10 November 2005 19:26
Robert Barnett is currently offline  Robert Barnett
Messages: 70
Registered: May 2004
Member
Hello,

I've made a very partial implementation of a XML-RPC client for IDL.
The eXensible Markup Language - Remote Procedure Call (XML-RPC)
protocol is described at http://www.xmlrpc.com/ . XML-RPC is a simple
protocol which involves sending XML encoded data over HTTP connections
to make a remote method call. I've done some testing using a XML-RPC
server written in Python, and I can achieve about 200 calls per second,
however, I am attempting to increase the speed by reducing IO blocking
to a minimum.

The XML-RPC client is GPL and available from
http://www.barnett.id.au/idl/
I know that this is a very early stage to be releasing code, but I am
fishing for feedback to see if this is a project which is worth
maintaining.

I am planning on using a XML-RPC server in combination with a back-end
database for storing patient demograhics, settings and meta data. I
will cache the XML responses on the local filesytem so that my
application will still work even if network connectivity is lost.

Cheers,
Robbie
[Message index]
 
Read Message
Previous Topic: Re: Reading various HDF files
Next Topic: Re: Partial implementation of XML-RPC

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 20:03:45 PDT 2025

Total time taken to generate the page: 0.00426 seconds