[jboss-jira] [JBoss JIRA] (REMJMX-4) Allow for long method calls within the protocol.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Mon Feb 27 07:05:36 EST 2012


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

Darran Lofthouse updated REMJMX-4:
----------------------------------

    Fix Version/s: 1.1.0.Beta1
                       (was: 1.0.2.Final)

    
> Allow for long method calls within the protocol.
> ------------------------------------------------
>
>                 Key: REMJMX-4
>                 URL: https://issues.jboss.org/browse/REMJMX-4
>             Project: Remoting JMX
>          Issue Type: Task
>          Components: Connection, RPC
>            Reporter: Darran Lofthouse
>             Fix For: 1.1.0.Beta1
>
>
> Methods such as invoke could take a long time to return depending on what the MBean is actually doing.
> This task is to build support for this into the protocol, 2 initial ideas are: -
>  1 - Allow the client to 'ping' the server after a request has timed out and ask the server is this request still running, server side the we can track the correlation IDs of current requests an check it is still in-progress.
>  2 - The server could periodically send a message to the client to say the message is still in progress, the client could cache these and on timing out check if one has been received recently and wait again if one has.
>  3 - Any other suggestions?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list