erlang-ports Questions
15
I am using RabbitMQ. For some reason the rabbitMQ service stops as soon as you start it. I saw following error in the event log:
RabbitMQ: Erlang machine stopped instantly (distribution name confl...
Ash asked 7/10, 2015 at 14:59
1
Solved
I'm trying to write a Golang driver for Erlang, accesible via an Erlang port.
I've started with the Erlang C port example, which works fine:
http://www.erlang.org/doc/tutorial/c_port.html
Now I'...
Birgit asked 23/4, 2015 at 8:7
3
Solved
I'm currently running an Erlang application that is running C code through Nifs. However, if a segmentation fault occurs within the C code, the entire node goes down, as well as the Erlang virtual ...
Wasteland asked 11/11, 2013 at 14:46
1
Solved
If we check the official documentation we can find various ways of interfacing Erlang and C/C++. A similar question was asked here in 2009 and I would like to know how the things changed since then...
Hipster asked 7/5, 2012 at 18:9
1
Solved
Disclaimer: The author of the question has an average knowledge of Erlang and a basic knowledge of C.
I am reading the Interoperability Tutorial User Guide now. I have successfully compiled the co...
Brief asked 7/5, 2012 at 20:6
1
Solved
What happens when the process which owns a spawned port dies and is restarted by the supervisor?
Is there a way for the old port not to die with its owner and for the new owner to "take over"?
F...
Thaumatrope asked 8/11, 2010 at 20:9
1
© 2022 - 2024 — McMap. All rights reserved.