-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30640/#review71969
-----------------------------------------------------------

Ship it!


Ship It!

- Justin Ross


On Feb. 11, 2015, 2:54 p.m., Kenneth Giusti wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/30640/
> -----------------------------------------------------------
> 
> (Updated Feb. 11, 2015, 2:54 p.m.)
> 
> 
> Review request for qpid, Gordon Sim and Justin Ross.
> 
> 
> Bugs: QPID-5799
>     https://issues.apache.org/jira/browse/QPID-5799
> 
> 
> Repository: qpid
> 
> 
> Description
> -------
> 
> The patch provides an API to supply a callback that gets invoked when a 
> message has arrived on a session.  This callback can be used to signal the 
> application thread that a message is ready for processing.
> 
> This patch will address QPID-5799 by giving the user the ability to wake up 
> their application thread that is waiting in an epoll loop.  In this case the 
> callback will simply write to a socket that is being monitored by the epoll 
> loop.
> 
> 
> Diffs
> -----
> 
>   trunk/qpid/python/qpid/messaging/driver.py 1658941 
>   trunk/qpid/python/qpid/messaging/endpoints.py 1658941 
>   trunk/qpid/python/qpid/tests/messaging/endpoints.py 1658941 
> 
> Diff: https://reviews.apache.org/r/30640/diff/
> 
> 
> Testing
> -------
> 
> Added a specific test case.
> 
> 
> Thanks,
> 
> Kenneth Giusti
> 
>

Reply via email to