ecency / rpc-proxy

json-rpc proxy and caching
https://ecency.com
MIT License
12 stars 3 forks source link

Unix socket support #1

Open feruzm opened 3 years ago

feruzm commented 3 years ago

Beside websocket and http, unix socket connection would be great addition for better performance when instances are on same machine.

According to this data, Unix Domain Sockets (UDS) is 3x-6x faster

https://stackoverflow.com/a/29436429/5210790

Screenshot 2020-11-04 at 15 28 06