StartServer |
starts a db4o server with the settings from ServerInfo.
This is a typical setup for a long running server.
The Server may be stopped from a remote location by running
StopServer. The StartServer instance is used as a MessageRecipient
and reacts to receiving an instance of a StopServer object.
Note that all user classes need to be present on the server side
and that all possible Db4oFactory.Configure() calls to alter the db4o
configuration need to be executed on the client and on the server.
|