Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-12 08:11
3.2.1.0

Esta versão corrige um bug no ssh os comandos.
This release fixes a bug in the ssh all command.

2013-02-05 08:34
3.1.1.0

Esta versão corrige readPassword de console. Agentes do comando com identificação de operador nulo agora podem ser enviados.
This release fixes console readPassword. Command agents with null operator id can now be shipped.

2013-02-02 07:01
3.1.0.0

Agentes remotos agora recebem uma interrupção de usuário quando fecha o canal de invocação.

Comandos locais e remotos e servidores podem interagir com o console de operador a invocação ou ssh sessão.
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.

2013-01-29 21:40
3.0.0.0

SSHServer agora usa um argumento de porta opcional. Comandos de servidor são agora interruptíveis. Foram adicionados novos comandos de HelloWorld: pausa e exceção. Foi adicionado um novo comando SSHServer: todos. 2.10 JLine agora é usado. Há novos byteCounts e comandos de heap.
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.

2013-01-24 23:00
3.0.0.0 RC1

Quando um agente do comando chega em um nó remoto, registra com o canal de agente usando sua identificação de resposta, e quando uma resposta é retornada, o canal de agente cancela o registro do agente. Este registo é usado por um agente de interrupção do usuário para localizar o agente de comando que está sendo interrompido. Ao receber uma interrupção de usuário (^ C), o 'para' comando envia um usuário interromper o agente para o agente de comando remoto, a 'quem' comando retorna um resultado parcial e o comando de 'pausa' cancela seu temporizador.
When a command agent arrives on a remote node, it registers with the agent channel using its response ID, and when a response is returned, the agent channel unregisters the agent. This registration is used by a user interrupt agent to locate the command agent being interrupted. On receipt of a user interrupt (^C), the 'to' command sends a user interrupt agent to the remote command agent, the 'who' command returns a partial result, and the 'pause' command cancels its timer.

Project Resources