Distributed Simjava - MVS Example

This example is the distributed version of the MVS example. Due to the total execution time, this example only sends 1000 jobs through the MVS system. The example is composed of the following Java source files:

To Run:

  1. Download and install the Distributed Simjava Software.

  2. Start the rmiregistry on the machine where the Master program will be run.

  3. Start the Master program by executing the command

    java Master registryHost registryPort #Entities

    where

  4. Start the MVS Sources by executing the command

    java MVSSources registryHost registryPort

    where

  5. Start the MVS Servers by executing the command

    java MVSServers registryHost registryPort

    where

  6. Start the MVS Sink by executing the command

    java MVSServers registryHost registryPort

    where