This demonstration illustrates a CORBA process factory service
and accessing objects by URL.

This folder contains the following files:

- ProcessService.idl	The OMG IDL for the ProcessService module.
- ProcessServiceImpl.cs	Its CorbaScript implementation.
- DISPLAYER.cs		A process example.
- WORKER.cs		Another process example.
- FactoryServer.cs	The ProcessService factory server.
- FactoryClient.cs	An example client.
- run.sh		An Unix shell script to start this demonstration.
- README		This file.

Currently, this demonstration only works on omniORB3, ORBacus and TAO.

To port to other ORB, it is needed to update the obtainPortOption method
contained into the ProcessServiceImpl.cs file.
