ONCdb / ONCdbWeb

A Web Application to serve the ONCdb
MIT License
0 stars 0 forks source link

Load db instance once #4

Closed hover2pi closed 7 years ago

hover2pi commented 7 years ago

Right now, each view has to load the database before queries are run. Find way to load the database once into memory and perform queries on the fly.

hover2pi commented 7 years ago

Done! Enabled multithreading of SQL connection.