[jboss-jira] [JBoss JIRA] Resolved: (JGRP-727) GossipRouter: persistent connections for GossipClients

Vladimir Blagojevic (JIRA) jira-events at lists.jboss.org
Thu Feb 12 12:00:44 EST 2009


     [ https://jira.jboss.org/jira/browse/JGRP-727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Blagojevic resolved JGRP-727.
--------------------------------------

    Resolution: Done


Done through use of RouterStub.

Commit set on HEAD (2.8):

Revision Changes Path
1.2 +25 -9 JGroups/tests/junit/org/jgroups/tests/TUNNEL_Test.java
1.9 +1 -21 JGroups/tests/junit/org/jgroups/tests/GossipRouterTest.java
1.187 +22 -1 JGroups/src/org/jgroups/util/Util.java
1.35 +49 -38 JGroups/src/org/jgroups/protocols/TCPGOSSIP.java
1.52 +44 -26 JGroups/src/org/jgroups/protocols/PING.java
1.34 +95 -20 JGroups/src/org/jgroups/stack/RouterStub.java
1.43 +45 -132 JGroups/src/org/jgroups/stack/GossipRouter.java

> GossipRouter: persistent connections for GossipClients
> ------------------------------------------------------
>
>                 Key: JGRP-727
>                 URL: https://jira.jboss.org/jira/browse/JGRP-727
>             Project: JGroups
>          Issue Type: Feature Request
>            Reporter: Bela Ban
>            Assignee: Vladimir Blagojevic
>             Fix For: 2.8
>
>
> Currently, each GET or REGISTER creates a new TCP connection from a GossipClient to the GossipRouter(s). After the request, the connection is torn down. Add persistent connections as part of the connection management, which in turn is part of the transport).

-- 
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