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
Original issue reported on code.google.com by
jwfro...@gmail.com
on 18 Mar 2010 at 2:40