On 9/16/06, Aneesh Kumar <aneesh.kumar@xxxxxxxxx> wrote:
This is the 0.2 release of Linux kernel Cluster Framework. What is LKCF: ----------- LKCF's aim is to provide a transport independent cluster communication framework within the kernel. This enables the developers to write kernel based cluster services without being worried about communication transport. It also support RPC style programming. That means to write kernel service one need to write the service definition file (<service>.svc>) and the implementation API. LKCF framework will generate all the registration routines and the marshaling code. Also it takes care of forwarding the SIGNALs across different nodes.The particular service can be called from any node specifying the node at which this particular service need to be executed. All the underlying management interface is taken care by the LKCF.
Attaching the short log below commit 5cfb96a487d1ca1893c30ca112706a315c492197 Author: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxx> A simple test case for ICS. commit 8ebdda8eca87867b1b6123ab08e1e270f419c74a Author: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxx> Token facility needed for cluster based synchronization commit c7214483043dbc1fce194d0ead4be7d30d587dcf Author: Stan Smith <stan.smith@xxxxxxxxx> ICS over Infiniband verbs work-in-progress. commit b35812c68c33357335d9acd44ce702f27c87bbc3 Author: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxx> Internode communication subsystem for Linux. -aneesh -- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster