Re: Possible bug in apr_dbd_mysql

2008-02-01 Thread Scott Sanders
On 1/31/08, Tom Donovan <[EMAIL PROTECTED]> wrote: > > Scott Sanders wrote: > > Hi, > > > > After much frustration I was able to get apr_dbd_mysql compiled and > > working on my machine. However, when testing the module I believe I > ... > > but in my environment that's OK. My initial apache config

Re: win32, apr_process_create and cmd.exe

2008-02-01 Thread Antonia Tugores
On Thursday 31 January 2008 17:32:26 William A. Rowe, Jr. wrote: > Antonia Tugores wrote: > > I'm having some troubles with apr_process_create in win32 platforms. When > > I try to execute cmd.exe the result is a message like "The system can't > > find the specified path". The command type I used i

spinlock

2008-02-01 Thread Tan C K
Hi all, I am wondering if there is any plans for a spinlock module in APR, and if not why not? While mutexes and condvars are useful, sometimes they can be too heavy. Thanks, -cktan