To use or not to use Netty
Shardul Bhatt
shardul.bhatt at gmail.com
Thu Sep 1 07:22:29 EDT 2011
Hi Ngoc,
Thanks for your reply
I am more interested in knowing if I can use Netty to send 'Asynchronous
Requests'
/
Response response1 = send(Request1);
Response response2 = send(Request2);
Response response3 = send(Request3);
/
It should be such that the application doe snot wait for Request1 to return
a response and initiate send(Request2) and then initiate send(Request3).
I would want to avoid using Multithreading, or rather would want to do it
using a Framework.
Regards,
Shardul.
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/To-use-or-not-to-use-Netty-tp6749001p6749693.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list