Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Unix Domain Sockets: TCP isn't the fastest localhost IPC #109

@goodboy

Description

@goodboy

Was just double checking on this and found a SO answer with some benchmarks. It seems UDS are indeed more performant for local comms so support for this in the future will likely be desirable.

One handy thing to note is that if we end up having firstish class support for nng the we get this for free if using the IPC transport.


trio has a client-side API: https://trio.readthedocs.io/en/stable/reference-io.html#trio.open_unix_socket

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions