Erlang ports and thread safety
问题 I'm looking to call a C function from an Erlang process via an Erlang port, as described here: http://www.erlang.org/doc/tutorial/c_port.html In production I will need multiple Erlang processes calling the C function in parallel, each with a different set of arguments. My question is, will this be thread safe at the C function level ? The docs talk about the controlling Erlang process creating a 'connected process', which it sounds as if is responsible for creating an isolated instance of the