views:

316

answers:

1

Is there a way to access UNIX domain sockets (e.g. /var/run/dbus/system_bus_socket ) directly from Erlang without resorting to a third-party driver?

+4  A: 

Erlang/OTP comes with drivers for tcp and udp sockets only. So...

No.

Third part drivers

Christian