Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This command will attach your server to a naming service running on the local machine and register it with the default id "TimeServer", but your service is not visible to outside world.

run_SimpleCORBATimeServer -instances:2

This option will start two clocks each with a unique that is displayed in the command window

run_SimpleCORBATimeServer 127.0.0.1 -serverid:selvyns_time_service

...

This command will attach your server to a naming service on IP 52.33.145.52 and register it with the unique id "selvyns_time_service", but your service is not visible to outside world.

run_SimpleCORBATimeServer localhost -proxyid:52.24.124.224

This command will attach your server to a naming service running on the local machine IP 127.0.0.1 and make it visible to the outside world by allowing IP requests at its public IP 52.24.124.224 to be forwarded to it.

run_SimpleCORBATimeServer localhost -proxyid:52.24.124.224 -serverid:a_time_service

This command will attach your server to a naming service the local machine on IP 127.0.0.1 and make it visible to the outside world by allowing IP requests at its public IP 52.24.124.224 to be forwarded to it, it will be registered in the naming server as "a_time_service".