[Bro-Dev] [Proposal] Language extensions for better Broker support

Robin Sommer robin at icir.org
Fri Dec 2 07:52:27 PST 2016



On Fri, Dec 02, 2016 at 14:19 +0000, you wrote:

> Something like this with when statements would be
> unmaintainable:

Yeah, exactly.

> local v1 = Broker::lookup(h, 41);
> local v2 = Broker::lookup(h, 42);
> local v3 = Broker::lookup(h, 43);

> Having a way to send a batch of operations would be nice, but that's a separate issue :-)

Good thought, those three lookups above could all proceed in parallel,
and then one would wait for them all to finish before continuing.

Robin

-- 
Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin


More information about the bro-dev mailing list