Open
Description
Is your feature request related to a problem? Please describe.
There are way too unix domain sockets/files made for every single communication. This is expensive and time consuming to constantly create sockets.
Describe the solution you'd like
Rather than creating a million different unix domain socket files, use a single file and develop routing. In order to handle routing you can use proto buffers.
This would also allow you to use things like regular sockets, with potentially significant faster communication.
Metadata
Metadata
Assignees
Labels
No labels