Télécharger des commons-net-2.0-javadoc.jar (commons-net-2.0-javadoc.jar ( lien externe: SourceForge.net): 169,154 octets) va bientôt commencer. Sinon, cliquez sur commons-net-2.0-javadoc.jar ( lien externe: SourceForge.net).

Informations sur le fichier

Taille du fichier
169,154 octets
MD5
1fa96f3a15a13377af38858e4a0b0a57

Description du projet

Introduction:
A common library to synchronizing streams in net. It's easy to use this to broadcast messages or upload files reliably to multiple machines distributed in different locations.

Sync Mode
Pipeline:
---> --->
A B C
<--- <---
Parallel:
--->
B
<---
A
--->
C
<---
Feature:
Multiple synchronizing mode: parallel and pipeline, etc
Asynchronous IO: fast speed
Atomic: option to guarantee the data is synchronized to all target machines
Flexibility: user can use this simply to implement his own logic. It can also integrate with other communication framework easily.