New Feature Request - Connection caching

Simon Trudeau simon.trudeau at gmail.com
Mon Nov 24 09:56:58 EST 2008


On Mon, Nov 24, 2008 at 2:29 AM, Trustin Lee <tlee at redhat.com> wrote:

> Could you let me know what is the difference from the message
> retransmission on TCP or JMS level?  OS TCP stack and JMS already does the
> job for you in this case, no?
>


What I meant by retransmission is just the retry mechanism outlined above
should a channel get remotely closed by a remote peer.

The point I wanted to raise was the concurrency issue with doing a "connect"
operation from multiple threads to the same remote peer which only allows
for a limited number of connections. Connections need to be obtained from
the pool and the connection attempt needs to be synchronized against some
global object.


Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20081124/ececdb4d/attachment.html 


More information about the netty-users mailing list