neo4jrb / neo4j-core

A simple unified API that can access both the server and embedded Neo4j database. Used by the neo4j gem
MIT License
99 stars 80 forks source link

Connection pooling for Bolt #314

Open cheerfulstoic opened 6 years ago

cheerfulstoic commented 6 years ago

I believe that Faraday takes care of connection pooling for the HTTP adaptor, but for Bolt this might be something useful.

If so, we might use the connection_pool gem from Mike Perham

cheerfulstoic commented 6 years ago

Also for future reference: http://ruby-concurrency.github.io/concurrent-ruby/file.thread_pools.html