[infinispan-issues] [JBoss JIRA] (ISPN-7809) Multiplex events for multiple listeners over a single connection in client

Galder Zamarreño (JIRA) issues at jboss.org
Mon May 8 06:55:00 EDT 2017


Galder Zamarreño created ISPN-7809:
--------------------------------------

             Summary: Multiplex events for multiple listeners over a single connection in client
                 Key: ISPN-7809
                 URL: https://issues.jboss.org/browse/ISPN-7809
             Project: Infinispan
          Issue Type: Enhancement
          Components: Remote Protocols
    Affects Versions: 9.0.0.Final
            Reporter: Galder Zamarreño


Currently the Java Hot Rod client uses a separate connection for each of the listeners that's added to the server. Each of these connections is allocated for each listener and won't be released until listener is removed or the client is closed.

To avoid wasting all these connections, each client should create a single connection to be used for all its listeners, and events should be multiplexed through it.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the infinispan-issues mailing list