Re: mod_authn_dbd - internal server error after certain idle time

2007-07-10 Thread Danie Qian
- Original Message - From: Tom Donovan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2007 6:14 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time Danie Qian wrote: Thank you for the kind words. I am a little overwhelmed by the complexity

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-09 Thread Danie Qian
- Original Message - From: Tom Donovan [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Monday, July 09, 2007 11:29 AM Subject: Re: mod_authn_dbd - internal server error after certain idle time Danie Qian wrote: With this patch, setting DBDTimout lower than the MySQL

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-09 Thread Danie Qian
- Original Message - From: Tom Donovan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2007 10:09 AM Subject: Re: mod_authn_dbd - internal server error after certain idle time Danie Qian wrote: It is working a little better now after I set both DBDKeep and DBDMin

mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
I am using mod_authn_dbd and mod_dbd to do authentication again a mysql database. Basically it works but after sometime I will get a internal server error. I checked the log this happens at apr_dbd_pvselect() line in mod_authn_dbd.c. So this looks like to me that apr_dbd_pvselect() is trying

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 3:18 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 15:07 -0400, Danie Qian wrote: I am using mod_authn_dbd

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 4:13 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 15:54 -0400, Danie Qian wrote: - Original Message

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Nick Kew [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 6:04 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 06 Jul 2007 13:13:03 -0700 Matthew Kent [EMAIL PROTECTED] wrote: My

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 9:37 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 23:04 +0100, Nick Kew wrote: On Fri, 06 Jul 2007 13:13:03

Re: mod_authn_dbd - internal server error after certain idle time

2007-07-06 Thread Danie Qian
- Original Message - From: Matthew Kent [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Friday, July 06, 2007 9:37 PM Subject: Re: mod_authn_dbd - internal server error after certain idle time On Fri, 2007-06-07 at 23:04 +0100, Nick Kew wrote: On Fri, 06 Jul 2007 13:13:03

Re: load data at server startup - is ap_hook_post_config() the right place?

2007-03-23 Thread Danie Qian
- Original Message - From: David Wortham [EMAIL PROTECTED] To: modules-dev@httpd.apache.org; Danie Qian [EMAIL PROTECTED] Sent: Friday, March 23, 2007 11:34 AM Subject: Re: load data at server startup - is ap_hook_post_config() the right place? Daniel, I believe (I am a module

Re: load data at server startup - is ap_hook_post_config() the right place?

2007-03-23 Thread Danie Qian
- Original Message - From: David Wortham [EMAIL PROTECTED] To: modules-dev@httpd.apache.org; Danie Qian [EMAIL PROTECTED] Sent: Friday, March 23, 2007 2:39 PM Subject: Re: load data at server startup - is ap_hook_post_config() the right place? Daniel, AFAIK, mutex refers

Re: load data at server startup - is ap_hook_post_config() the right place?

2007-03-22 Thread Danie Qian
- Original Message - From: Dumindu Perera [EMAIL PROTECTED] To: modules-dev@httpd.apache.org; Danie Qian [EMAIL PROTECTED] Sent: Thursday, March 22, 2007 1:18 PM Subject: Re: load data at server startup - is ap_hook_post_config() the right place? Hi Daniel, the server_rec

load data at server startup - is ap_hook_post_config() the right place?

2007-03-22 Thread Danie Qian
I am new to module development but I want to develop a module so I can manage the uri of the thousand of sites more efficiently. What I want is to load a mysql table data into the memory of Apache server at its startup stage for fast processing of requests later. Mysql database access

Re: load data at server startup - is ap_hook_post_config() the right place?

2007-03-22 Thread Danie Qian
- Original Message - From: Nick Kew [EMAIL PROTECTED] To: modules-dev@httpd.apache.org Sent: Thursday, March 22, 2007 9:46 AM Subject: Re: load data at server startup - is ap_hook_post_config() the right place? On Thu, 22 Mar 2007 09:21:39 -0400 Danie Qian [EMAIL PROTECTED] wrote