How is the Configuration framework intended to be used on a cluster? It has code that does
if ( Cluster::is_enabled() && Cluster::local_node_type() !=
Cluster::MANAGER )
return;
to set the input files to be only read on the manager, and appears to not allow
you to use &synchronized on options.
How do you update an 'option' on the workers?
—
Justin Azoff
_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev
