[phpa] Re: Application Caching Methods Re: IMPORTANT comment concerning Vhost phpa enable
- From: "Lukas Smith" <smith@xxxxxxxxx>
- To: <phpa@xxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2002 22:22:06 +0100
I also do not like the concept that many people use: Flushing the cache
after a fixed period. If you design your app right you can get much
better than that!
Just make sure you know what data goes in what cached result, then you
flush the data only when the data has become outdated. So some data can
stay forever while other data can get flushed more often (but you can
set a limit as to how often data can get thrown out of the cache to
improve performance even more if you still hit a wall)
Best regards
Lukas Smith
smith@xxxxxxxxx
_______________________________
DybNet Internet Solutions GbR
Alt Moabit 89
10559 Berlin
Germany
Tel. : +49 30 83 22 50 00
Fax : +49 30 83 22 50 07
www.dybnet.de info@xxxxxxxxx
_______________________________
------------------------------------------------------------------------
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
Other related posts:
- » [phpa] Re: Application Caching Methods Re: IMPORTANT comment concerning Vhost phpa enable