Forcing Apache to exit on startup

2012-10-22 Thread Joshua Marantz
Hi, Our module has multiple confirmation parameters. There is a case where if you have option A and option B, then you must also specify option C, otherwise Bad things can happen that are a lot easier to debug on startup than they are after the server is running. I know how to force 'apachectl'

Re: Forcing Apache to exit on startup

2012-10-22 Thread Sorin Manolache
On 2012-10-22 21:29, Joshua Marantz wrote: Hi, Our module has multiple confirmation parameters. There is a case where if you have option A and option B, then you must also specify option C, otherwise Bad things can happen that are a lot easier to debug on startup than they are after the server

Re: Forcing Apache to exit on startup

2012-10-22 Thread Jeff Trawick
On Mon, Oct 22, 2012 at 4:05 PM, Sorin Manolache wrote: > On 2012-10-22 21:29, Joshua Marantz wrote: >> >> Hi, >> >> Our module has multiple confirmation parameters. There is a case where if >> you have option A and option B, then you must also specify option C, >> otherwise Bad things can happen

Re: apr_memcache operation timeouts

2012-10-22 Thread Joshua Marantz
I've had some preliminary success with my own variant of apr_memcache.c (creatively called apr_memcache2.c). Rather than setting the socket timeout, I've been mimicing the timeout strategy I saw in apr_memcache_multgetp, by adding a new helper method: static apr_status_t wait_for_server_or_timeou