Vjeran, I am not an expert on xml-rpc, but have gotten a decent application to run with it. I am using a servlet through the tomcat engine. My configuration has apache accepting http requess, forwarding servlet communications to the tomcat server. The servlet does maintain state. The implementation is a java library that has to be built into an application like a servlet.
Aaron Vjeran Marcinko wrote: > Hi. > > Does Apache's XML-RPC implementation support some kind of asynch > pushing of data from server to client ? Since XML-RPC protocol uses > HTTP for transport which is in its nature request-response protocol, > and not statefull, I doubt it could be realized then ? Or am I wrong ? > > Regards, > Vjeran >
