NOTE: This demo does not work under NT.

This demo consists of three applications:

- factory_server

  This application creates new hello world objects. For each object a
  new process is created that holds the hello world object.

- server

  This application contains one hello world servant, and serves one
  client object.

- client

  This application tests the factory_server and server.

To run:

- Run factory_server in the same directory as the server application.

- Run the client application.

  Note that you should not expect to see any output by the server when
  using the client, but you should notice that a new server process
  is started for each connected client and terminated when the client
  disconnects.
