[Bro-Dev] Configuration framework on a cluster?

Azoff, Justin S jazoff at illinois.edu
Mon Mar 26 08:50:47 PDT 2018


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




More information about the bro-dev mailing list