Download List

Projeto Descrição

JavaGroups is a Java package for reliable group communication. It consists of 3 parts: The first part is a socket-like API for application development, providing methods for joining and leaving a group, sending multicast messages to members, and receiving notifications when members join/leave/crash. The second part is a protocol stack which implements reliable communication, and can be configured according to the QoS desired. New protocols can easily be added, and existing ones removed/replaced/modified. The third part is a set of building blocks which give the application/protocol programmer high-level abstractions (e.g. DistributedHashtable, derived from java.util.Hashtable, which is similar to Linda/JavaSpaces).

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.

2003-07-07 01:35
2.1

Esta versão tem melhorias de desempenho principais (a adição de dois protocolos de controle de fluxo, e uma nova mensagem agressiva distribuídos protocolo de recolha de lixo). Ela inclui correções de bugs e novas funcionalidades também.
Tags: Major feature enhancements
This release has major performance improvements (the addition of two flow control protocols, and a new aggressive distributed message garbage collection protocol). It includes bugfixes and new functionality as well.

2003-01-28 04:09
2.0.6

Nova conexão colhendo no TCP / connectionTable, uma correção para um bug no cliente e ingressar imediatamente buscar Estado, as alterações no estado de transferência de API (para byte []), que permite Jetty para ser mais eficiente na transferência de estado, um novo bloco de construção TransactionalHashtable modificações ao protocolo pilha seqüência de inicialização, um gerente de persistência novo DistributedHashtable que lhe permite armazenar entradas no banco de dados relacional, um loopback em UDP, que corrige um bug no Windows causados por Sense Media, e dados adicionais no IPAddress.
Tags: Minor bugfixes
New connection reaping in TCP/ConnectionTable, a fix for a bug in client joining and immediately fetching state, changes in the state transfer API (to byte[]), which allows Jetty to be more efficient when transferring state, a new TransactionalHashtable building block, modifications to the protocol stack startup sequence, a new persistence manager in DistributedHashtable that allows you to store entries in relational database, a loopback in UDP which fixes a bug on Windows caused by Media Sense, and additional data in IpAddress.

2002-09-22 08:13
2.0.3

A bugfix importante na fila (desde que esta é uma peça central, que afecta um número de outras classes, e faz isso deve-upgrade), pequenas alterações no ConnectonTable (usado pelo TCP): conexões ociosas são removidos do pool de conexão, e uma capacidade de colocar vários blocos de construção em cima de PullPushAdapter.
Tags: Major bugfixes
A major bugfix in Queue (since this is a central piece, it affects a number of other classes, and makes this a must-upgrade), minor changes in ConnectonTable (used by TCP): idle connections are now removed from the connection pool, and an ability to place multiple building blocks on top of PullPushAdapter.

2002-08-26 09:29
2.0.2

Esta versão inclui várias correções de bugs (especialmente os relacionados com a travar os problemas), um novo bloco de votação, Smack e protocolos FD_SIMPLE, e reforça GroupRequest e PullPushAdapter.
Tags: Major feature enhancements
This version includes various bugfixes (especially ones related to hang problems), a new voting building block, SMACK and FD_SIMPLE protocols, and enhances GroupRequest and PullPushAdapter.

2002-07-22 21:26
2.0.1

Esta é uma versão estável, com suporte XML para a pilha de protocolos de definição, uma nova estrutura de Serviços, melhorias de desempenho e correções.
Tags: Major bugfixes
This is a stable release, with XML support for protocol stack definition, a new Services framework, performance enhancements, and bugfixes.

Project Resources