[jboss-jira] [JBoss JIRA] Closed: (JBREM-455) checking of socket connection is not really needed
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:27 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-455?page=all ]
David Lloyd closed JBREM-455.
-----------------------------
> checking of socket connection is not really needed
> --------------------------------------------------
>
> Key: JBREM-455
> URL: http://jira.jboss.com/jira/browse/JBREM-455
> Project: JBoss Remoting
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: transport
> Affects Versions: 1.4.0 final, 1.4.1 final, 2.0.0.Beta1, 1.4.2 final
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Priority: Critical
> Fix For: 2.0.0.Beta2 (Boon)
>
>
> The socket invoker will by default check the socket connection between client and server by doing a ping (sending of 1 byte back and forth). However, this is not really needed because the socket connection is pooled on the client and will remain valid until the timeout occurs. Therefore, it basically adds aprx 5% overhead in every invocation made when turned on. Since can use connection listeners and client leases to manage dead clients/servers, don't need connection checking for this. Also, since will retry calls if a pooled connection fails, no need to retry.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list