[jboss-jira] [JBoss JIRA] Resolved: (JGRP-340) GossipRouter: major overhaul
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Jun 3 09:10:22 EDT 2009
[ https://jira.jboss.org/jira/browse/JGRP-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-340.
---------------------------
Resolution: Done
UDP support was left out because we're waiting for NIO in JDK 7, this will be done later
> GossipRouter: major overhaul
> ----------------------------
>
> Key: JGRP-340
> URL: https://jira.jboss.org/jira/browse/JGRP-340
> Project: JGroups
> Issue Type: Feature Request
> Affects Versions: 2.4
> Reporter: Bela Ban
> Assignee: Vladimir Blagojevic
> Fix For: 2.8
>
> Attachments: BCTdiff.txt, CTdiff.txt, GCdiff.txt, GossipClient.java, GossipRouter.java, GRdiff.txt
>
>
> Things to be done:
> - Use of Streamable rather than Externalizable
> - Currently we use 1 thread per request rather than a thread pool, e.g. Executor !
> - Better logging and diagnostics (JMX)
> - Use of NIO to prevent the 1 thread/client scalability issue
> - GossipClient and RouterStub should use common, shared code to communicate with the GossipRouter, currently there are exceptions because these 2 classes don't even use the same network format ! Besides, we can refactor redundant code into a common superclass
> - Use of ConnectionTable(NIO) ?
> - Add configuration options for GossipRouter's sockets, e.g. send/receive buffer size, nagling, keep_alive etc
> - Support of UDP
--
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