in reply to Re: Re: Script caching?
in thread Script caching?
By default, apache request-handling processes kill themselves after handling 50 requests, at which point their cached data is lost and the replacement process reloads everything. I suspect that the two anomalous log entries were the result of a process which had previously handled requests for your old script and didn't notice that there was a new version. By now, though, it is long dead and you shouldn't see any artifacts of the old version in the future.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Script caching?
by Dr. Mu (Hermit) on May 17, 2002 at 16:13 UTC |