Details
-
Task
-
Status: Reviewable
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Mesosphere Q4 Sprint 3 - 12/7, Mesosphere Q1 Sprint 1 - 1/23, Mesosphere Q1 Sprint 2 - 2/6
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.