Re: [PHP-DEV] APC caching - preloading files

2011-01-15 Thread Rasmus Lerdorf
On 1/14/11 7:38 PM, Bharat Nagwani wrote: > Hello Experts, > > Sorry for posting this in this list but I am not finding any documentation on > this APC php.ini setting > apc.preload_path > > I have tried the following but it doesn't seem to work > > apc.preload_path = "+/core/*" > > apc.preloa

Re: [PHP-DEV] APC caching - preloading files

2011-01-14 Thread Tjerk Meesters
I generally find it more reliable to use iptables to stop incoming requests while priming the cache using a small script. On Jan 15, 2011 11:43 AM, "Bharat Nagwani" wrote: > Hello Experts, > > Sorry for posting this in this list but I am not finding any documentation on this APC php.ini setting >

[PHP-DEV] APC caching - preloading files

2011-01-14 Thread Bharat Nagwani
Hello Experts, Sorry for posting this in this list but I am not finding any documentation on this APC php.ini setting apc.preload_path I have tried the following but it doesn't seem to work apc.preload_path = "+/core/*" apc.preload_path = "/core/*" What I am looking for is files in certain di