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'
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
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
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