[erlang-questions] Asynchronios call of C library

Sten Gruener sten.gruener@REDACTED
Mon Jan 12 22:57:59 CET 2009


Hi,

in my project I am used to call C-library functions from erlang using
erl_ddll and EI for transfering data between erlang and C. The problem
is, the calls are synchronious, and all the instances of the driver in
fact share same memory. I need to have asynchronious calls, which
means each insance of thedriver haveing each own instance of the .so
library. Is there any way to do it? I have heared some rumours but
cannot find a way to do it.

BR,
Sten Gruener



More information about the erlang-questions mailing list