[jboss-jira] [JBoss JIRA] Commented: (JGRP-726) GossipRouter: support GET and REGISTER via UDP datagram packets
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Mon Feb 23 14:11:57 EST 2009
[ https://jira.jboss.org/jira/browse/JGRP-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12453838#action_12453838 ]
Vladimir Blagojevic commented on JGRP-726:
------------------------------------------
Are we postponing this one until JDK 7 and internal GR overhaul that we talked about?
> GossipRouter: support GET and REGISTER via UDP datagram packets
> ---------------------------------------------------------------
>
> Key: JGRP-726
> URL: https://jira.jboss.org/jira/browse/JGRP-726
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Vladimir Blagojevic
> Fix For: 2.8
>
>
> Currently, GossipRouter supports only TCP. If a GossipClient calls register() or getMembers(), then a TCP connection is established and torn down after the request. This is inefficient and leads to many sockets in TIME_WAIT states (which are cleaned up after 2 * MSL seconds).
> If we (in GossipRouter) add an additional listener, which listens on a UDP port, and provide the same for GossipClient, we would not use precious TCP sockets.
> Think about: we should separate the transport in GR from the processing logic, so we could support TCP, UDP, HTTP etc. Should we use JGroups (in unicast mode) for this ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list