Re: Apache::AuthDBI

2001-06-19 Thread Douglas Leonard
Standard SQL allows for inserts without specifying field names. Personally, I think that it is more readable to specify the field names but it is quite common to not bother doing so. -- Douglas Leonard [EMAIL PROTECTED] On 19 Jun 2001, Alan E. Derhaag wrote: Christian Heiss [EMAIL PROTECTED

Re: Memory Usage

2000-11-07 Thread Douglas Leonard
ce not to use DSO. It appears as if the Apache Group has been a little less than candid in Apache's true support for DSO. IMHO There really needs to be a warning in the documentation on their website explicitly stating the info you've included below. snip -- Douglas Leonard [EMAIL PROTECTED]

Re: Milage may vary comments

2000-08-21 Thread Douglas Leonard
modules that gave me any problems but I know they are out there. -- Douglas Leonard [EMAIL PROTECTED]

Re: Milage may vary comments

2000-08-18 Thread Douglas Leonard
e useful if you want to cache a large quantity of data in ram with the root process and then periodically refresh that data. -- Douglas Leonard [EMAIL PROTECTED]

Re: Memory usage on reload and graceful -- still broken?

2000-04-26 Thread Douglas Leonard
was causing it to grow even though every module used was staticly compiled in. I tried everything I could think of when compiling to have mod_so compiled in without having memory growth problems, but eventually I gave up and eliminated it from my build. Douglas Leonard [EMAIL PROTECTED] On Thu, 20

Re: memory leak during server graceful restarts

2000-04-10 Thread Douglas Leonard
to go about caching this data and refreshing it without the problem of watching your apache process size grow every time you HUP it. Any helpful hints would be appreciated. The platforms are various Linux kernels ranging from 2.0x to 2.3x. The majority of which are linux-2.2.10. Douglas Leonard