[erlang-questions] Unix domain sockets
Tony Rogvall
tony@REDACTED
Fri Mar 21 15:11:05 CET 2014
On 21 mar 2014, at 11:30, Max Lapshin <max.lapshin@REDACTED> wrote:
> What is the problem of implementing unix sockets inside erlang?
>
You must implement unix sockets with a driver or port program.
> Are there any hidden problems?
>
Not any hidden problems, it is open source :-)
But the old trick (R15 and earlier) is not valid any more since inet_drv is checking
the socket type when starting.
/Tony
More information about the erlang-questions
mailing list