JAConfig

JAConfig 0.2.2

JAConfig implements an eventually consistent distributed key or value database for managing a JASocket cluster. Also included are Quarum for tracking when a quorum of hosts is present, ranker for determining which nodes are least loaded, ClusterManager...

JActor

JActor 4.6.2

JActor is a high-throughput Java Actor framework, Actor implementations in any language. Features include two-way messages to provide implicit flow control for performance under load, a simple machine builder is included to help keep application code...

JASocket

JASocket 3.2.1

JASocket is a lock-free server framework with no single point of failure. Servers are run on a cluster of nodes. Servers interact with other servers using mobile agents, which reduces the number of messages and thus reduces the overall system latency....

JFile

JFile 2.1.0.2

JFile class is an actor that wraps a FileChannel. It reads and writes Blocks and supports ReadRootJid, WriteRootJid, and ForcedWriteRootJid requests. WriteRootJid writes a block to disk and returns a null result. ForcedWriteRootJid writes a block to disk...

JID

JID 2.0.5.2

JID (Java Incremental Deserialization or reserialization) is a simple framework for deserialize the data. The key for fast deserializing is to deserialize only what you need and to keep the serialized data for items that have not been changed for...