You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joris Van Remoortere (JIRA)" <ji...@apache.org> on 2015/06/09 08:40:00 UTC

[jira] [Updated] (MESOS-1911) Create libevent-backed Socket implementation

     [ https://issues.apache.org/jira/browse/MESOS-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van Remoortere updated MESOS-1911:
----------------------------------------
    Description: 
The poll implementation of the socket interface allows us to use regular sockets with the libevent library. However; this is not optimal. We can scale better if we use the libevent APIs in a libevent specific implementation.
This is already being done for an SSL specific implementation in MESOS-1913.

> Create libevent-backed Socket implementation
> --------------------------------------------
>
>                 Key: MESOS-1911
>                 URL: https://issues.apache.org/jira/browse/MESOS-1911
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Niklas Quarfot Nielsen
>            Assignee: Joris Van Remoortere
>              Labels: libprocess
>
> The poll implementation of the socket interface allows us to use regular sockets with the libevent library. However; this is not optimal. We can scale better if we use the libevent APIs in a libevent specific implementation.
> This is already being done for an SSL specific implementation in MESOS-1913.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)