A P2P-like network?

dongnod dongnod at gmail.com
Fri Jan 9 01:50:08 EST 2009


Hi all,

My project requires to build a P2P-like network, and I just came across
Netty today and it looks very interesting.  I'd need some help on how to
best use Netty to implement it.  The following are some key requirements:
1. The actors on the network consists of a leader and some workers
2. Normally, all actors exchange messages asynchronously to each other (also
a worker to some other worker too)
3. Occasionally, the leader may initiate a synchronization call, in which
all actors wait until all the messages are received, then all workers stop
processing and become idle, then the leader continues with normal operations
(such as 2.)

I am a bit puzzled on how to do 3., it'd be great if someone could shed some
light on this!

Thanks,
DongnoD.

-- 
View this message in context: http://n2.nabble.com/A-P2P-like-network--tp2132041p2132041.html
Sent from the Netty User Group mailing list archive at Nabble.com.




More information about the netty-users mailing list