I am using JDBC driver for Neo4j in my jersey java web application for rest api. The problem is that it takes a lot of time to open a jdbc Neo4j connection. For every rest api I am opening a neo4j connection and closing it after processing.
Which is the best connection pool I can use here in this scenario. After googling I found loads of connection pool apis for java. Which one do you recommend Here are the neo4j jdbc drivers https://github.com/neo4j-contrib/neo4j-jdbc#neo4j-jdbc-driver. Is DBCP supported for Neo4j? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
