You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2017/03/06 04:02:33 UTC

[jira] [Commented] (MESOS-5900) Support Unix domain socket connections in libprocess

    [ https://issues.apache.org/jira/browse/MESOS-5900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896720#comment-15896720 ] 

haosdent commented on MESOS-5900:
---------------------------------

The patch is https://reviews.apache.org/r/53460/

> Support Unix domain socket connections in libprocess
> ----------------------------------------------------
>
>                 Key: MESOS-5900
>                 URL: https://issues.apache.org/jira/browse/MESOS-5900
>             Project: Mesos
>          Issue Type: Improvement
>          Components: libprocess
>            Reporter: Neil Conway
>            Assignee: Benjamin Hindman
>              Labels: mesosphere
>             Fix For: 1.2.0
>
>
> 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|https://docs.fedoraproject.org/en-US/Fedora_Security_Team/1/html/Defensive_Coding/sect-Defensive_Coding-Authentication-UNIX_Domain.html].
> * Performance: domain sockets are marginally faster than localhost TCP.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)