akumuli/Akumuli

Unix Domain Socket Support

webfolderio opened this issue · 3 comments

Hi,

Is it possible to add unix domain socket support to Akumuli?
Users might bind tcp, udp and http address to socket file instead of IP address.

libmicrohttpd Unix Domain Socket

Boost Unix Domain Sockets

Lazin commented

It's can be done but what are the benefits of implementing this?

I am running Akumuli and my app side by side. Performance might be better if i discard the TCP/UDP/HTTP loopback connection.

Lazin commented

OK, I'll take a look