[jboss-jira] [JBoss JIRA] Resolved: (JBREM-555) fix connection validator to not require extra thread to execute ping every time

Tom Elrod (JIRA) jira-events at jboss.com
Mon Jul 24 01:27:11 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBREM-555?page=all ]

Tom  Elrod resolved JBREM-555.
------------------------------

    Resolution: Done

Now, instead of creating a new thread to do the ping invocation on the server, will create a whole new client invoker which has timeout (and other config) set so will get much quicker response if server is down.  This will be done using the calling thread so don't have overhead of spawning new thread each time, not impacting any client invoker being used elsewhere, and get quick response (even in case of failure).

> fix connection validator to not require extra thread to execute ping every time
> -------------------------------------------------------------------------------
>
>                 Key: JBREM-555
>                 URL: http://jira.jboss.com/jira/browse/JBREM-555
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: general
>    Affects Versions: 2.0.0.Beta2 (Boon)
>            Reporter: Tom  Elrod
>         Assigned To: Tom  Elrod
>             Fix For: 2.0.0.CR1 (Boon)
>
>
> This issue is basically a better fix than was in JBREM-530.  Instead of creating a new thread to make the invocation to the server and respond even when executing thread has not finished, need to create a new client invoker for the connection validator.

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