akumuli / Akumuli

Time-series database
http://akumuli.org
Apache License 2.0
836 stars 84 forks source link

Unix Domain Socket Support #343

Open webfolderio opened 4 years ago

webfolderio commented 4 years ago

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 4 years ago

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

webfolderio commented 4 years ago

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 4 years ago

OK, I'll take a look