Benjamin Mahler created MESOS-10208:
---------------------------------------
Summary: Support multiple I/O threads in libprocess for libev.
Key: MESOS-10208
URL: https://issues.apache.org/jira/browse/MESOS-10208
Project: Mesos
Issue Type: Improvement
Components: libprocess
Reporter: Benjamin Mahler
The current approach to I/O in libprocess, with a single thread performing both
the I/O polling and I/O syscalls, cannot keep up with the I/O load on massive
scale mesos clusters (which use libev rather than libevent).
Libev supports running multiple loops within a process, so it is possible to
support a customizable number of I/O threads in libprocess, at least for libev
to start.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)