Hi Rajith
Is this going to be used for the Asynchrounous HTTP request/reponse thing we were talking about a while ago?
Yep
So from the Synapse architecture side, are we going to block a request from the client but do it aynchronously inside synapse ?
I guess what you want to know is if we block a socket, and not a thread per each client connection, and the answer is yes. If you get a build off the trunk and try out the samples (say sample #1) it will run with the new code, and you could see how different threads read the request and write the response in debug mode. Do let me know if you come across any issues.
Asankha, however the NIO stuff will be done at the Axis2 level right ? as that the default base in Syanspe is Axis2.
Yes, we will develop it within Synapse and then place it Axis2 where it belongs, once the its tested and stable

asankha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to