Contents - Cultural View

Contents - Cultural View Contents - Cultural View

culturalview.com
from culturalview.com More from this publisher
14.07.2013 Views

JAMWiki 150 External links • Official JAMWiki wiki [2] Sites using JAMWiki • MathEclipse.org [3] • linux.org.ru [4] • WingS Framework [5] • uniBlogger [6] • Ultrastudio.org [7] References [1] Ryan Holliday's blog 2006-06 (http:/ / www. mountaininterval. org/ journal-2006-06. html#20060623) [2] http:/ / www. jamwiki. org/ [3] http:/ / www. matheclipse. org [4] http:/ / www. linux. org. ru/ wiki/ [5] http:/ / wingsframework. org/ wiki/ [6] http:/ / www. uniblogger. com [7] http:/ / ultrastudio. org

JGroups 151 JGroups Stable release 2.6.3 / June 30, 2008 Development status Active Written in Java Operating system Cross-platform Type reliable multicast system License GNU Lesser General Public License Website http:/ / www. jgroups. org/ JGroups is a reliable multicast system that's written in the Java language. JGroups adds a "grouping" layer over a transport protocol, internally keeping a list of participants. This list is used to: • Make the application aware of the listeners • Make some or all transmissions reliable • Allow atomic (all or none) transmissions • Allow totally ordered transmissions JGroups is a toolkit for reliable multicast communication. It can be used to create groups of processes whose members can send messages to each other. JGroups enables developers to create reliable multipoint (multicast) applications where reliability is a deployment issue. JGroups also relieves the application developer from implementing this logic themselves. This saves significant development time and allows for the application to be deployed in different environments without having to change code. JGroups Features • Group creation and deletion. Group members can be spread across LANs or WANs • Joining and leaving of groups • Membership detection and notification about joined/left/crashed members • Detection and removal of crashed members • Sending and receiving of member-to-group messages (point-to-multipoint) • Sending and receiving of member-to-member messages (point-to-point) Flexible Protocol Stack The most powerful feature of JGroups is its flexible protocol stack, which allows developers to adapt it to exactly match their application requirements and network characteristics. The benefit of this is that you only pay for what you use. By mixing and matching protocols, various differing application requirements can be satisfied. JGroups comes with a number of protocols (but anyone can write their own), for example • Transport protocols: UDP (IP Multicast), TCP, JMS • Fragmentation of large messages • Reliable unicast and multicast message transmission. Lost messages are retransmitted • Failure detection: crashed members are excluded from the membership • Ordering protocols: Atomic (all-or-none message delivery), Fifo, Causal, Total Order (sequencer or token based) • Membership • Encryption

JGroups 151<br />

JGroups<br />

Stable release 2.6.3 / June 30, 2008<br />

Development status Active<br />

Written in Java<br />

Operating system Cross-platform<br />

Type reliable multicast system<br />

License GNU Lesser General Public License<br />

Website http:/ / www. jgroups. org/<br />

JGroups is a reliable multicast system that's written in the Java language.<br />

JGroups adds a "grouping" layer over a transport protocol, internally keeping a list of participants. This list is used<br />

to:<br />

• Make the application aware of the listeners<br />

• Make some or all transmissions reliable<br />

• Allow atomic (all or none) transmissions<br />

• Allow totally ordered transmissions<br />

JGroups is a toolkit for reliable multicast communication. It can be used to create groups of processes whose<br />

members can send messages to each other. JGroups enables developers to create reliable multipoint (multicast)<br />

applications where reliability is a deployment issue. JGroups also relieves the application developer from<br />

implementing this logic themselves. This saves significant development time and allows for the application to be<br />

deployed in different environments without having to change code.<br />

JGroups Features<br />

• Group creation and deletion. Group members can be spread across LANs or WANs<br />

• Joining and leaving of groups<br />

• Membership detection and notification about joined/left/crashed members<br />

• Detection and removal of crashed members<br />

• Sending and receiving of member-to-group messages (point-to-multipoint)<br />

• Sending and receiving of member-to-member messages (point-to-point)<br />

Flexible Protocol Stack<br />

The most powerful feature of JGroups is its flexible protocol stack, which allows developers to adapt it to exactly<br />

match their application requirements and network characteristics. The benefit of this is that you only pay for what<br />

you use. By mixing and matching protocols, various differing application requirements can be satisfied. JGroups<br />

comes with a number of protocols (but anyone can write their own), for example<br />

• Transport protocols: UDP (IP Multicast), TCP, JMS<br />

• Fragmentation of large messages<br />

• Reliable unicast and multicast message transmission. Lost messages are retransmitted<br />

• Failure detection: crashed members are excluded from the membership<br />

• Ordering protocols: Atomic (all-or-none message delivery), Fifo, Causal, Total Order (sequencer or token based)<br />

• Membership<br />

• Encryption

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!