plberg / cs373-idb

Project 3 (IDB) for CS 373: Software Engineering
0 stars 1 forks source link

Make test server single threaded #83

Closed phtimmins closed 9 years ago

phtimmins commented 9 years ago

Multiple threads manipulating the test database cause race conditions.

phtimmins commented 9 years ago

replaces #81