[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-699) Ensure remoting implements true asynchronous callbacks

Tim Fox (JIRA) jira-events at jboss.com
Fri Dec 22 10:01:40 EST 2006


Ensure remoting implements true asynchronous callbacks
------------------------------------------------------

                 Key: JBMESSAGING-699
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-699
             Project: JBoss Messaging
          Issue Type: Task
            Reporter: Tim Fox
         Assigned To: Tim Fox
            Priority: Blocker


We need to chase remoting to make sure they implement true asynchronous invocations.

We need these for delivering messages from the server to the client, and for sending certain invocations from client to server.

Without this, performance will greatly suffer.

A "true" asynchonous callback is where the invocation is written to the transport using the same thread as the invoking thread, and returns immediately.

It does not wait to read a response, and it just execute a normal invocation using a thread from a pool and discard the result.

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