Hacker News new | ask | show | jobs
by chatmasta 2943 days ago
If the deployment is using docker (i.e. haproxy in one container, the sidecar in another), “local” TCP can be a big bottleneck. I was using TCP for redis over a local docker network, and got a huge speedup after switching to Linux domain socket mounted in a shared volume.

Anyway, the project looks nice, I will be checking it out. But for production deployment the local HTTP would be a dealbreaker for me.