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

ASF subversion and git services commented on PROTON-1460:
---------------------------------------------------------

Commit c05c398e38c60bb29adec0b97e114494fb604d11 in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=c05c398 ]

PROTON-1460: Improved proactor selection in cmake.

Pick a proactor with `cmake -DPROACTOR=name` where name is 'epoll', 'libuv' or 
'none'.
'none' disables the proactor even if a default is available.

PROACTOR="" (the default) picks the first proactor that has its build
requirements satisfied.

Presently 'epoll' is not included as a default. When it is ready, enable the
commented part of this line:

    if (PROACTOR STREQUAL "epoll") # OR (NOT PROACTOR AND NOT PROACTOR_OK))


> C "proactor" epoll implementation
> ---------------------------------
>
>                 Key: PROTON-1460
>                 URL: https://issues.apache.org/jira/browse/PROTON-1460
>             Project: Qpid Proton
>          Issue Type: New Feature
>          Components: proton-c
>    Affects Versions: 0.18.0
>         Environment: Linux systems with epoll
>            Reporter: Cliff Jansen
>            Assignee: Cliff Jansen
>             Fix For: 0.18.0
>
>
> Provide a proactor implementation based on epoll and other performant 
> capabilities (like eventfd) on Linux systems.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to