JASocket is a lock-free, scalable, and robust 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. Administration is handled via ssh.
| Tags | mobile agents Cluster |
|---|---|
| Licenses | LGPL |
| Implementation | JActor JID Java 7 SSHD SLF4J jline joda-time |
Last announcement
http://www.slideshare.net/laforge49/jactor-cluster-platform
Recent releases


Release Notes: This release fixes a bug in the ssh all command.


Release Notes: SSHServer is now an interface, allowing for alternate implementations.


Release Notes: This release fixes console readPassword. Command agents with null operator id can now be shipped.


Release Notes: Remote agents now receive a user interrupt when the invoking channel closes. Local and remote commands and servers can interact with the invoking operator console or ssh session.


Release Notes: SSHServer now takes an optional port argument. Server commands are now interruptible. New HelloWorld commands were added: pause and exception. A new SSHServer command was added: all. JLine 2.10 is now used. There are new byteCounts and heap commands.