vdbaan / IssueFinder

GNU Affero General Public License v3.0
8 stars 1 forks source link

Cannot handle multiple instances #25

Closed roo7break closed 7 years ago

roo7break commented 7 years ago

Because the database name remains, it is not possible to maintain 2 separate instances. E.g. to open scan results for two diff jobs. Which ever instance interacts with the database last over-writes the previous one.

One recommendation would be to create database name randomly or attach epoch time to current database name. Dont know if there is a feature within Java to maintain "session" for thick clients - create a new config file for each instance?