[phpa] Re: Obsolete cache entry
- From: "Nick Lindridge" <nick@xxxxxxxxxxxxxxxxxxxxx>
- To: phpa@xxxxxxxxxxxxx
- Date: Wed, 27 Feb 2002 22:18:32 -0000 (GMT)
> Hi,
>
> What does this error mean?
>
> [Wed Feb 27 21:24:08 2002] [notice] shm - /home/contact.php obsoleted -
> 1 active requests to complete (pid 23732)
> [Wed Feb 27 21:24:09 2002] [notice] shm - Obsolete cache entry
> /home/contact.php removed (pid 23715)
You're experiencing the feature of phpa that allows a cache entry to be
replaced while simultaneously being used.
When contact.php was changed and was about to be updated in the cache, the
cache reported that the existing entry was being used by one request. So
that version was obsoleted, but not deleted. The new version was then cached
and would be the one accessed for any new requests. When the request on the
now obsolete (old) version completed the obsolete version was deleted.
nick
------------------------------------------------------------------------
www.php-accelerator.co.uk Home of the free PHP Accelerator
To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
- References:
- [phpa] Obsolete cache entry
- From: Alan Ho
Other related posts:
- » [phpa] Obsolete cache entry
- » [phpa] Re: Obsolete cache entry
- [phpa] Obsolete cache entry
- From: Alan Ho