silverstripe / silverstripe-sqlite3

SQLite3 DB Adapter for Silverstripe
BSD 3-Clause "New" or "Revised" License
8 stars 19 forks source link

BUG SQLite database connection not closed properly #7

Closed halkyon closed 9 years ago

halkyon commented 9 years ago

This was found when performing a load test using HHVM, the sqlite connections weren't being closed properly so it would throw an error "Too many open files..." after a number of concurrent connections were opened.