Version 0.8.0

Runtime Machinery
Software Development Kit
Source
Additional Samples

Release Notes

Changes from v0.7.0:
  • For maximum scalability, the Manager now uses SingleCall (previously Singleton was being used).
  • Manager now comes with a configuration file with CustomErrors off so errors are propogated to remote clients (previously, errors were not being propogated if a client was on a different machine).
  • Access to the scheduler for non-dedicated execution in the Manager is synchronised so multiple non-dedicated Executors cannot attempt to execute the same thread.
  • Stopping an application is now much faster and can also be done from the Console.
  • Aborting a thread on a dedicated Executor does not cause an error.

Additional Information:
  • The initial v0.8.0 Manager installer did not come with a required configuration file. This problem has been fixed in a replacement installer, v0.8.0.1.