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.

Télécharger

Évaluation
Votre évaluation
Votre avis sur ce projet