You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2014/09/10 20:53:58 UTC

[Bug 56951] New: Add apr_queue_pop_timeout()

https://issues.apache.org/bugzilla/show_bug.cgi?id=56951

            Bug ID: 56951
           Summary: Add apr_queue_pop_timeout()
           Product: APR
           Version: HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: APR
          Assignee: bugs@apr.apache.org
          Reporter: tc+asf@travislists.com

Created attachment 31992
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31992&action=edit
Add apr_queue_pop_timeout()

Greetings,

The attached patch, which applies cleanly to APR HEAD, addresses an issue we
experienced in using APR with the FreeSWITCH project.  We've been running this
patch in FreeSWITCH's version of APR for years and would like to see it
included upstream if possible.  Please let us know your thoughts and if any
changes are appropriate we'll be happy to make them and propose a revised
patch.

The patch series being proposed here is also available on the master branch of
this repository:

  https://github.com/traviscross/apr/

Author: Anthony Minessale <an...@freeswitch.org>
Date:   Fri Mar 14 01:35:26 2014 +0500

    Add apr_queue_pop_timeout()

    This function will pop or get an object from the queue, blocking if
    the queue is already empty for up to N microseconds.

    Signed-off-by: Anthony Minessale <an...@freeswitch.org>
    Signed-off-by: Travis Cross <tc...@traviscross.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


[Bug 56951] Add apr_queue_pop_timeout()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56951

Brian West <br...@freeswitch.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brian@freeswitch.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


[Bug 56951] Add apr_queue_pop_timeout()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56951

Anthony Minessale <an...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |anthony.minessale@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org