RipcordSoftware / AvanceDB

An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
161 stars 12 forks source link

Create an AvanceDB child process per DB #62

Open craigminihan opened 8 years ago

craigminihan commented 8 years ago

Using a process per-db will make AvanceDB more resilient (a single db can't take out the others) and will reduce pressure on the allocator.

On the downside AvanceDB will have to coordinate process to ensure that the host doesn't become saturated.