Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How does xmlrpc work ?


  • From: bj_666 at gmx.net (Marc 'BlackJack' Rintsch)
  • Subject: How does xmlrpc work ?
  • Date: 1 Aug 2007 05:55:35 GMT

On Wed, 01 Aug 2007 05:32:14 +0000, hide1713 at gmail.com wrote:

> I am working on a system which used XMLRPC to communicate between
> hundreds of computer. One administrative computer keeps hundreds of
> xmlrpc instance of other computers.  I want to know if evey instance
> use a single connection and keep it alive forever OR create a new
> connection when a method is called and end it after the call is
> finished?

Every XMLRPC call uses its own HTTP connection that is closed after the
call is finished.

Ciao,
	Marc 'BlackJack' Rintsch