[jboss-jira] [JBoss JIRA] Created: (JBREM-548) Support one way invocations with no response

Tim Fox (JIRA) jira-events at jboss.com
Wed Jul 19 14:15:11 EDT 2006


Support one way invocations with no response
--------------------------------------------

                 Key: JBREM-548
                 URL: http://jira.jboss.com/jira/browse/JBREM-548
             Project: JBoss Remoting
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Tim Fox
         Assigned To: Tom  Elrod
             Fix For: 2.2.0.Beta1 (Bluto)


The current remoting implementation of a client side one way invocations just performs a standard two way invocation on a different thread and returns without waiting for the result.

JBoss Messaging would like to have a one way invocation which just performs a write to the underlying stream (e.g. socket outpustream) and continues without waiting for the result. This would result in less blocking and better performance since redundant writes for the invocation response would be ommitted,

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