[infinispan-issues] [JBoss JIRA] (ISPN-8620) Execute operations concurrently over the same connection

Radim Vansa (JIRA) issues at jboss.org
Tue Dec 12 06:38:00 EST 2017


Radim Vansa created ISPN-8620:
---------------------------------

             Summary: Execute operations concurrently over the same connection
                 Key: ISPN-8620
                 URL: https://issues.jboss.org/browse/ISPN-8620
             Project: Infinispan
          Issue Type: Sub-task
            Reporter: Radim Vansa
            Assignee: Radim Vansa


Since the early days Hot Rod protocol adds {{messageId}} to the protocol for pairing RPCs, but currently the connection is occupied when waiting for response. The goal of this is to reduce connection count and send the messages over shared connection. It requires some changes on server since it must continue reading the connection before the response is ready; the request needs to be processed asynchronously, too.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list