jeffdeville / penn-orchestra

Automatically exported from code.google.com/p/penn-orchestra
0 stars 0 forks source link

Update Store started by GUI does not outlive GUI #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When one relies on starting the GUI to start the update store, the resulting 
update store runs in the same process as the GUI, so it shuts down when the 
GUI does. Instead, the GUI should start the update store in a new process so 
that the peer hosting the update store does not need to keep the GUI running 
all the time.

There should also be an easy way to start the update store independently of 
the GUI. There is already a main method, so it should just be a matter of 
setting up the classpath.

Original issue reported on code.google.com by jwfro...@gmail.com on 18 Mar 2010 at 2:40

GoogleCodeExporter commented 8 years ago
This has been fixed.

Original comment by jwfro...@gmail.com on 13 May 2010 at 5:22