[jboss-jira] [JBoss JIRA] Commented: (JGRP-278) Externalization of socket creation in TCP/TCP_NIO (BasicTCP)
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Apr 22 09:01:21 EDT 2010
[ https://jira.jboss.org/jira/browse/JGRP-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527030#action_12527030 ]
Brian Stansberry commented on JGRP-278:
---------------------------------------
It would be nice if there were a socket factory SPI JGroups could provide for managing the lifecycle of all sockets. A thing we hear about in the AS is admins want our management tools to show what all open sockets are and what they are used for. With the ServiceBindingManager we can show what all the socket configurations are (i.e. address/port) but we don't know whether a service has actually used the configuration to create a socket or if that socket is still open.
> Externalization of socket creation in TCP/TCP_NIO (BasicTCP)
> ------------------------------------------------------------
>
> Key: JGRP-278
> URL: https://jira.jboss.org/jira/browse/JGRP-278
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 2.10
>
>
> User configures a socket factory which creates client and server sockets. There is always 1 default factory configured. This allows developers to override socket creation, e.g. for use with SSL sockets. This way, TCP and TCP_NIO can be used with SSL.
--
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