[Openais] CPG flow control question

2007-11-22 Thread Tim Beale
Hi, I'm currently using EVS messaging to propagate events across a cluster, and I was hoping that switching to CPG would help minimise some IPC disconnect issues I've been having. However, I'm not sure I fully understand how CPG flow control works. My test is: I've got 2 nodes in a cluster, node-

[Openais] patch: infinite loop in lck

2007-11-22 Thread Pascal Bouchareine
I noticed the following bits of code in lck.c: - list_p = resource->pr_pending_list_head.next; - list_del (&resource->pr_pending_list_head); - list_add_tail (list_p, - &resource->pr_granted_list_head);