<div dir="ltr">Hi, I have abnormal behavior when I use the same script in two different configurations:<br>1. Zeek single thread configuration<br>2. Zeek configuration with four cores and four workers.<br><br>By starting the script in question, in the first mode (zeek on a single thread) the flow<br>execution is linear with respect to the code, so the instructions are executed without any<br>Abnormal behavior.<br><br>By starting the script in question, with the second modality (zeek multithread with four cores and four workers)<br>the code is started correctly, but at some point workers are seen to be performing actions<br>randomly.<br><br>Is it possible to inhibit the use of code fragments for workers?<br>Zeek scripts can only be used by Zeek&#39;s &quot;manager&quot; or &quot;logger&quot;,<br>so as to prevent &quot;workers&quot; from doing unwanted actions? If yes, is also possible to make &quot;worker&quot; <br>able to use some code fragments instead of others ?<br></div>