From: Arthur Kreitman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 03, 2007 9:25 AM
To: users@httpd.apache.org; users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Adding apr_thread_mutex_t to httpd.h
Here's an example that works, mod_is
ols.h"
#include "apr_time.h"
#include "apr_network_io.h"
#include "apr_buckets.h"
#include "apr_poll.h"
#include "apr_file_io.h"
#include "os.h"
#include "apr_thread_mutex.h"
#include "ap_regex.h"
the error is t
Arthur,
On Jan 3, 2007, at 9:04 AM, Arthur Kreitman wrote:
I’m adding code to create new logs files periodically. This is on
winnt. Since none of the log file support is thread safe, I want
to add an access lock. I can’t seem to get apr_thread_mutex_t
defined in httpd.h. I’ve added