jorgebay commented on issue #1016: WIP: Add request pipelining and 
ConnectionPool sizes TINKERPOP-1775 and TINKERPOP-1774
URL: https://github.com/apache/tinkerpop/pull/1016#issuecomment-448625959
 
 
   The behaviour that motivated TINKERPOP-1774 was the unbounded number of 
connections that was being created, but it's true that references the java 
driver as the reference implementation, sorry about that.
   
   I think having a fixed amount of connections leads to a predictable 
behaviour (latency / resource provisioning / etc) and a simpler implementation. 
With request pipelining, there are few cases where the user will need more than 
1 connection (in that case, the user can configure a different fixed number).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to