qpidd (my CPG app) currently will loop forever around cpg_init if it returns TRY_AGAIN. This means e.g. that if openais/corosync is not running, it will wait until it is started and then proceed.
This is good in that qpidd works regardless of whether it is started before or after openais. However it creates confusion among new users trying to get things working for the first time. It seems like qpid should time out, but I'm not sure what a reasonable default timeout is. In particular I want this to play well when openais is started by cman, which seems to have some pretty long timeouts. What do other applications do? _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
