Logo

Compiling High-level Access Interfaces for Multi-site Software (CHAIMS)

Logo

Implementation of the Transportation example in CORBA (orbix)


The CORBA implementation of the Transportation example can be found in:

As the C++ version it consists of 5 Megamodules:

Every module is implemented as a different server. The servers are registered under the following names to the orbix demon:

There exists a small client for every module, in order to make testing simpler. In order to solve the transportation problem you have to run all servers. A client called allClient does this. It does the same job than the megaprogram in the C++ implementation.

In order to run it you have to be on whale and you have to set some environment variables:

Then you can run it by just typing: allClient

The two cities between the route is computed is hard coded for now.

3/27/97 Meikel Poess