I'm using Apache XML-RPC 3.1 with JDK 1.6.0, and I'm quite new to the XML-RPC protocol. I have a question concerning the possibility of sending several responses based on one request, asynchronously.
I have several clients and one servlet. The clients requests the servlet to start various processing threads. These threads process quite large amounts of data, and while they are doing this, they provide processing information (e.g. percentage done, time to completion, and processing success or failure). I want to send this information back to the client while the threads are processing and the status messages are being broadcasted - i.e. not wait until the processing is done before a response is returned. Is this possible via Apache's XML-RPC protocol 3.1 implementation? And if so, how do I solve it? (I'm able to have the clients send a XML-RPC request, and then recieve one, single response back) -- View this message in context: http://www.nabble.com/Sending-several-responses-based-on-one-request-tp15137720p15137720.html Sent from the Apache Xml-RPC - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]