Archived

This forum has been archived. Please start a new discussion on GitHub.

Using local/unix domain sockets for transport

Are there any plans to support "unix-domain" sockets for performance when all processes reside on the same host?

Comments

  • No, no such plans at this point. We'd have to carefully test on each platform to see whether a UNIX domain socket would actually be faster--there may well be no speed difference with some kernels.

    Cheers,

    Michi.