<p dir="ltr"></p>
<p dir="ltr">On Nov 7, 2016 3:53 PM, "Jesper Louis Andersen" <<a href="mailto:jesper.louis.andersen@gmail.com">jesper.louis.andersen@gmail.com</a>> wrote:<br>
><br>
><br>
><br>
> On Sat, Nov 5, 2016 at 9:09 AM Sergej Jurečko <<a href="mailto:sergej.jurecko@gmail.com">sergej.jurecko@gmail.com</a>> wrote:<br>
>><br>
>> My suggestion is to call it from erlang when starting up your nif and save it to a thread local storage variable.<br>
>><br>
>><br>
> That sounds like a data race waiting to happen. If your process is moved from one scheduler to another or if the scheduler you are running on are taken offline by the operating system, you are in trouble.<br>
></p>
<p dir="ltr">Assuming he needs this data for communication with erlang code not something that is inside a nif only.</p>
<p dir="ltr">Sergej<br>
</p>