Running the application

This section discusses:

Starting the DSOM daemon

Before running a DSOM application, the DSOM daemon, somdd, must be started.

Running the client

Once the DSOM daemon is running, the application may be started. This is accomplished by running the client program. If the StackServer is not running, it will be started automatically by the DSOM daemon when the client attempts to invoke a method on one of its objects. After the client program ends, the server will continue to run, accepting connections from new clients. To terminate the server, use the command dsom stop stackServer.


[Back: Registering the server in the Implementation Repository]
[Next: "Stack" example run-time scenario]