centreformicrosimulation / SimPaths

SimPaths is an open-source microsimulation framework for life course analysis, developed and maintained by CeMPA at the University of Essex
5 stars 10 forks source link

changed AUTO_SERVER to false to block extra connections #25

Closed andrewbaxter439 closed 8 months ago

andrewbaxter439 commented 8 months ago

This solves #24 in one sense, by stopping runs from interfering with one another. Each waits patiently and retries after 2s if there's another run already accessing/changing tables.

Don't merge if not the correct solution!!

Under this change, all runs after run=1 are essentially working across two databases - root and mutirunId folders. Is this expected?