SimpleXMLRPCServer

A

Andreas R.

Hello everyone,


I'm doing some experiments with the SimpleXMLRPCServer in Python,
and I've found it to be an excellent way to do high-level network
operations.

However, is there a way to enable "two-way" communication using XML-RPC?
By that I mean, can the server contact all the clients?

Thanks in advance.







- Andreas R.

www.openrts.org - Open Source RTS game
 
I

infidel

I'm doing some experiments with the SimpleXMLRPCServer in Python,
and I've found it to be an excellent way to do high-level network
operations.

However, is there a way to enable "two-way" communication using XML-RPC?
By that I mean, can the server contact all the clients?

To do that you'd want to use a protocol that maintains connections
between the server and clients, like the asyncore and async_chat
modules do.
 

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,209
Messages
2,571,088
Members
47,686
Latest member
sparada

Latest Threads

Top