[erlang-questions] how to make binary in native thread created by enif_thread_create?

Sverker Eriksson sverker@REDACTED
Wed Sep 28 11:18:20 CEST 2011


Jovi Zhang wrote:
> Hi,
>     This is a question about erlang NIF thread.
>
>     As title, I cannot invoke enif_make_binary in native thread
> created by enif_thread_create.
>
>     enif_make_binary need a env parameter, but it native thread, there
> don't have this env, of course I cannot use process bond environment,
> because those environment is invalid after
>     NIF call finished.
>
>   
What's wrong with enif_alloc_env()?

/Sverker, Erlang/OTP





More information about the erlang-questions mailing list