We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

JActor

JActor is a high-performance actor framework designed to make vertical scalability easy. JActor achieves its speed, in part, by almost always executing synchronously–though it is easy enough to force asynchronous processing when needed.

JActor is divided into several GitHub projects:
JActor – https://github.com/laforge49/JActor
JID – https://github.com/laforge49/JID
JFile – https://github.com/laforge49/JFile
JANetty – https://github.com/kumarshantanu/JANetty

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website http://sourceforge.net/projects/jactor
Tags
License
Features
  • Messages are sent at up to 150 million / second, fast enough that actors can be used ubiquitously.
  • Two-way messages provide implicit flow control, for better performance under load.
  • A state machine builder is included to help keep application code clear and simple.
  • A billion actors a second can be created on a single thread.
  • Large tables can be deserialized, updated and reserialized at a rate of 400 nanoseconds per unupdated entry virtually independent of the size and complexity of those entries.
  • A transaction pipeline is provided that durably (with fsync) logs and processes up to 900,000 transactions per second.