Ken Hu created TINKERPOP-3213:
---------------------------------
Summary: Re-use connections for sessions
Key: TINKERPOP-3213
URL: https://issues.apache.org/jira/browse/TINKERPOP-3213
Project: TinkerPop
Issue Type: Improvement
Components: driver
Affects Versions: 3.7.4
Reporter: Ken Hu
Fix For: 3.8.0, 3.7.5
The Java driver creates a new client for each session. These sessions are used
for transactions as well. In situations where there are lots of transactions
being used, the driver will open and close connections per transaction. It
would be best if this overhead was reduced by reusing exising connections.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)