How does xmlrpc work ?

H

hide1713

Hi everyone
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?

Thank you
 
M

Marc 'BlackJack' Rintsch

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top