Hi,
I am connecting to NEO4J servers using py2neo by spawning parallel threads from my python client.
Approach 1 : Creating 1 connection per each thread. Works fine but it creates multiple parallel connection to server thereby increasing the total n...