Create an issue
https://issues.apache.org/jira/browse/MESOS-8881

-----邮件原件-----
发件人: Benjamin Mahler [mailto:[email protected]] 
发送时间: 2018年5月4日 11:47
收件人: Joris Van Remoortere <[email protected]>; [email protected]
主题: Re: libprocess libevent backend

+Joris

Wow, Joris do you know why this is disabled? What were the issues?

Suteng, can you file a JIRA ticket?

On Thu, May 3, 2018 at 6:26 PM Suteng <[email protected]> wrote:

>
> In libprocess libevent.cpp, is avoid to using epoll. These is the code:
>
> /home/suteng/code/mesos/3rdparty/libprocess/src/libevent.cpp
>
> 206   // TODO(jmlvanre): Allow support for 'epoll' once SSL related
> 207   // issues are resolved.
> 208   struct event_config* config = event_config_new();
> 209   event_config_avoid_method(config, "epoll");
>
>
>
> -----邮件原件-----
> 发件人: Benjamin Mahler [mailto:[email protected]]
> 发送时间: 2018年5月4日 3:33
> 收件人: dev <[email protected]>
> 主题: Re: libprocess libevent backend
>
> Which issue are you referring to?
>
> Libprocess uses libev by default, with --enable-libevent as a 
> configure option to use libevent instead. Both of these backends 
> should use epoll if the system has it available. Are you seeing otherwise?
>
> On Thu, May 3, 2018 at 6:15 AM, Suteng <[email protected]> wrote:
>
> > libprocess uie poll as libevent backend, can change to epoll to 
> > improve performance ?
> >
> > There is a TODO issue, is resolved?
> >
> >
> >
> >
> >
> > Thanks,
> >
> > SU Teng
> >
> >
> >
> >
> >
> > Su Teng  00241668
> >
> >
> >
> > Distributed and Parallel Software Lab
> >
> > Huawei Technologies Co., Ltd.
> >
> > Email:[email protected]
> >
> >
> >
> >
> >
>

Reply via email to