Stephen Mallette created TINKERPOP-2618:
-------------------------------------------
Summary: Refactor Java Driver to use the Netty
FixedSizeConnectionPool
Key: TINKERPOP-2618
URL: https://issues.apache.org/jira/browse/TINKERPOP-2618
Project: TinkerPop
Issue Type: Improvement
Components: driver
Affects Versions: 3.4.12
Reporter: Stephen Mallette
The Java driver currently has it's own {{ConnectionPool}} implementation.
Determine if using the netty {{FixedSizeConnectionPool}} allows us to drop our
pool and implement it should it be smart to do so. This task should probably
include a modicum of performance testing to ensure there are no adverse effects
from the change. Presumably this is a non-breaking change and can go to 3.5.x,
but if not, then it should probably point at 3.6.0.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)