Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 46, Mesosphere Sprint 47
-
5
Description
We should consider allowing two programs on the same host using libprocess to communicate via Unix domain sockets rather than TCP. This has a few advantages:
- Security: remote hosts cannot connect to the Unix socket. Domain sockets also offer additional support for authentication.
- Performance: domain sockets are marginally faster than localhost TCP.
Attachments
Issue Links
- blocks
-
MESOS-6240 Allow executor/agent communication over non-TCP/IP stream socket.
- Resolved
- relates to
-
MESOS-3815 Executors cannot register with SSL-required agent
- Resolved