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

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

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

PROTON-1460: epoll proactor fix hang in test-refuse

Removed separate bool read_closed/write_closed flags in pconnection_t and always
call pn_connection_driver_read/write_close() to check status.  The
pn_connection_driver_read/write_close() are (nowadays!)  simple bool checks so
no extra cost, and this avoids bugs where the pn_connection_t flags get out
of sync with the transport - which was the case of the problem in test_refuse.


> 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