[jboss-jira] [JBoss JIRA] Assigned: (JBMESSAGING-699) Ensure remoting implements true asynchronous callbacks
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Wed Jan 10 13:00:26 EST 2007
[ http://jira.jboss.com/jira/browse/JBMESSAGING-699?page=all ]
Ovidiu Feodorov reassigned JBMESSAGING-699:
-------------------------------------------
Assignee: Ovidiu Feodorov (was: Tim Fox)
> 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: Ovidiu Feodorov
> Priority: Blocker
> Fix For: 1.2.0.Beta2
>
>
> 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