orientechnologies / OrientDB-NET.binary

C#/.NET binary driver for OrientDB
MIT License
93 stars 59 forks source link

Many open Net.Tcp connections being created over time, the drive does not reuse or close the DBConnection. #151

Open holocentric-bmsnext opened 6 years ago

holocentric-bmsnext commented 6 years ago

There are issues with the connection pool, instead of reusing an existing one every time when a query is executed against the graph database, a new connection is created. This is causing performance as well as memory issues.

user33 commented 5 years ago

please share me the code for oreintdb 2.2.33 database connection through c#.net