Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-12-07 | 994 Bytes | |
Version 0.6.0 source code.tar.gz | 2015-12-07 | 786.9 kB | |
Version 0.6.0 source code.zip | 2015-12-07 | 1.5 MB | |
Totals: 3 Items | 2.3 MB | 0 |
Version 0.6.0 is a major feature release of Orbit.
New Features - Streams are now available in Orbit - A system for developing asynchronous and event-based logic. - Find out more at the orbit docs. - Handler Stack - Allows developers to replace/extend network internals of Orbit. - Configurable client-server/inter-server protocol, security etc. - JAX-RS now supports tasks - Developers can return orbit tasks in JAX-RS handlers when using Orbit Web. - Websocket Handler - A basic handler to demonstrate the new handler stack. - Allows RPCs over websockets. - No security at present.
Improvements - Metrics system now records actor count metrics. - Shutdown procedure is now more reliable. - Third-Party dependencies updated to latest stable versions. - Messages to actors on the local stage no longer hit the network stack. - Added some basic benchmarks to measure the performance of the actor framework.