Re: Posix sems still not recommended?

2009-03-31 Thread Rainer Jung
On 30.03.2009 20:58, Jeff Trawick wrote: On Mon, Mar 30, 2009 at 2:33 PM, Jeff Trawick traw...@gmail.com mailto:traw...@gmail.com wrote: On Mon, Mar 30, 2009 at 2:07 PM, Jim Jagielski j...@jagunet.com mailto:j...@jagunet.com wrote: Anyone know if: # POSIX semaphores and cross-process

APR doc

2009-03-31 Thread Su Kai
Hello, would you give me an APR(APR1.3+APR1.3-util+APR-icon) document with the format of .Zip or .tar.gz . All the document is online HTML, i want to use it in some LAN envirment. Thanks! The best wish to you.

Re: APR doc

2009-03-31 Thread Wes Garland
just regenerate it from the APR source code with doxygen. You will be able to make html, rtf (ms-word) or latex output to do with as you wish. Wes 2009/3/31 Su Kai kai...@invix.cn Hello, would you give me an APR(APR1.3+APR1.3-util+APR-icon) document with the format of .Zip or .tar.gz

[Patch] Shuffle members of an apr_array_t

2009-03-31 Thread Jacob Rief
I have written a function, which shuffles members of an apr_array_t. For details see here: https://issues.apache.org/bugzilla/show_bug.cgi?id=46205 Remark: This patch has been published in November 2008, but nobody took care of until now. If this function does not fit into apr- or apr-utils,

HTTP over SCTP

2009-03-31 Thread Preethi Natarajan
Hello folks, We are trying to adapt HTTP to work over SCTP streams (http://tools.ietf.org/html/draft-natarajan-http-over-sctp-01). Since this proposal was received warmly at the httpbis WG, we are contemplating on a more formal specification of HTTP over SCTP. The current HTTP over SCTP design

Re: HTTP over SCTP

2009-03-31 Thread Paul Querna
On Wed, Apr 1, 2009 at 1:34 AM, Preethi Natarajan preethi@gmail.com wrote: Hello folks, We are trying to adapt HTTP to work over SCTP streams (http://tools.ietf.org/html/draft-natarajan-http-over-sctp-01). Since this proposal was received warmly at the httpbis WG, we are contemplating on

Re: [Patch] Shuffle members of an apr_array_t

2009-03-31 Thread Eric Covener
On Tue, Mar 31, 2009 at 5:58 PM, Jacob Rief jacob.r...@gmail.com wrote: I have written a function, which shuffles members of an apr_array_t. For details see here: https://issues.apache.org/bugzilla/show_bug.cgi?id=46205 Remark: This patch has been published in November 2008, but nobody took