php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #56916 Feature Requests (no-stat with single file flushes)
Submitted: 2006-03-27 00:12 UTC Modified: 2006-10-05 18:09 UTC
From: shawn at digitalpoint dot com Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
34 - 3 = ?
Subscribe to this entry?

 
 [2006-03-27 00:12 UTC] shawn at digitalpoint dot com
Description:
------------
Now that there is the apc.stat flag (which is great BTW), it 
would be handy to have something like apc.stat_filters so you 
could stat some files, but not all.

Another thing that would make this really useful would be 
extend apc_clear_cache() so you can flush just a single file 
from cache (maybe stat is off, but you updated a file and 
don't want to flush everything).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-27 00:24 UTC] rasmus@php.net
The no-stat only works for absolute-path includes, so anything you include with a relative path (anything that doesn't start with /) will be stat'ed.  Of course, for top-level files you don't have that option, but you could definitely build things such that the changing parts were in an include file.  But yes, I agree, both of these would be useful.
 [2006-03-27 15:29 UTC] shawn at digitalpoint dot com
Another thing that might be nice would be some sort of 
apc.stat_minimum_time parameter.  So you could tell the system 
to maybe stat files once in awhile (like hourly or something), 
but not with every request.
 [2006-10-05 18:09 UTC] gopalv82 at yahoo dot com
The apc.stat_minimum_time parameter idea seemed good at first, but broke down the system completely when multiple dependent files were thrown into the mix. I have similar reservations about single file cache clears.

The current ~2 second window seems acceptable, while in no-stat mode (or hourly stat mode) it is just too high. Rather than go half-way into state differences between disk and cache, I'd prefer to keep status quo. 

Hope you understand.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC