Fnorb Threading example.

The files for this example are located in the examples/threaded
directory, the following instructions assume that you are in that
directory and have a working Fnorb installation.

1. Create the Stub and Skeleton Modules
   Type in:
   $ fnidl HelloWorld.idl

2. Start the Server in Threaded Mode
   Type in:
   $ python server.py --ORBthreading-model="Threaded"

3. Run the Client
   In another window, type:
   $ python client.py

To shutdown the server, simply bring the server window to focus and press control-C.

