New Perl XML-RPC module
[email protected] 4 Jan 2007 01:06:26 +0000
| Newsgroups | gmane.text.xml.rpc.specification |
|---|---|
| Message-ID | <[email protected]> |
I have made available a new XML-RPC client Perl module on CPAN.
This one is a thin interface to the executable libraries of XML-RPC
For C And C++. That means it is faster than the existing RPC::XML,
which is Perl all the way down to the operating system: Perl XML-RPC,
Perl XML, Perl HTTP.
It also means it should be easy to convert a program between C/C++ and
Perl.
It requires XML-RPC For C And C++ to be installed separately.
I did an experiment with a simple "add two integers" RPC and a Perl
program (which does nothing else) took 3 times as much CPU time to
start up, perform one RPC, and report the result with RPC::XML::Client
as with RPC::Xmlrpc_c::Client. Subsequent RPCs (with the same client
object, but everything else repeated) took 10 times as much CPU time
with RPC::XML:Client as with RPC::Xmlrpc_c::Client.
--
Bryan Henderson San Jose, California
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/xml-rpc/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/xml-rpc/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[email protected]
mailto:[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/