Nodezilla 0.5.3-cindy (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Nodezilla 0.5.3-cindy (Default branch)
# 1  
Old 07-31-2008
Nodezilla 0.5.3-cindy (Default branch)

ImageNodezilla is a secured, distributed, and fault tolerant routing system (or grid network) that supports distributed services such as file sharing, chat, efficient video multicast streaming, and secured file storage. It provides cache features where any server may create a local replica of any data object. These local replicas provide faster access and robustness to network partitions, and reduce network congestion by localizing access traffic. To ensure data protection, redundancy and cryptographic techniques are used.License: FreewareChanges:
Small bugs in the replication code which preventedsome objects from ever being properly replicatedunder high load were fixed. A newDistributedPocket API was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
IBACM(7)							 IB ACM User Guide							  IBACM(7)

NAME
ibacm - InfiniBand communication management assistant SYNOPSIS
#include <infiniband/ib_acm.h> DESCRIPTION
Used to resolve remote endpoint information before establishing communications over InfiniBand. NOTES
Th IB ACM provides scalable address and route resolution services over InfiniBand. It resolves system network names and IP addresses to InfiniBand path record data using efficient mechanisms, including caching of data. The IB ACM provides information needed to establish a connection, but does not implement the communication management protocol. It pro- vides services similar to rdma_getaddrinfo, rdma_resolve_addr, and rdma_resolve_route using IB multicast. The IB ACM does not require IPoIB or use standard naming services, such as DNS, and limits network communication, especially with the IB SA. The ib_acme utility assists in verifying what options of the ibacm service may be usable for the current fabric topology. Client interactions with the ibacm service are done over sockets through a standard TCP connection. The librdmacm abstracts this interac- tion. RETURN CODES
== 0 success != 0 error SEE ALSO
ib_acme(1), ibacm(1) IBACM
2012-03-01 IBACM(7)