lichtenj / prot-class

Automatically exported from code.google.com/p/prot-class
0 stars 0 forks source link

Multi-user failure #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start an experiment
2. Start a second experiment

What is the expected output? What do you see instead?
The first experiment should run to completion with the user specified values 
and email the user the results.  Afterwards, the second experiment should run 
with its own set of specified values and email the results when finished.

Currently, the project will run the first experiment and overwrite the first 
experiment's settings if a second experiment is started.  this results in 
garbage results for the first experiment.  Also, both experiments will run 
simultaneously which will most likely result in disk thrashing on the server.  

Original issue reported on code.google.com by paul.h.b...@gmail.com on 7 Sep 2010 at 3:28

GoogleCodeExporter commented 9 years ago
Assigned milestone

Original comment by paul.h.b...@gmail.com on 7 Sep 2010 at 7:26