php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #56947 Flushing APC cache after graceful restart
Submitted: 2006-04-10 12:55 UTC Modified: 2006-04-26 17:40 UTC
From: m dot wanat at forall dot pl Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.1.1 OS: SuSE 10 64bit
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: m dot wanat at forall dot pl
New email:
PHP Version: OS:

 

 [2006-04-10 12:55 UTC] m dot wanat at forall dot pl
Description:
------------
Is is possible to force APC not to flush it's cache after graceful restart of apache ?? I have to reload configuration very often and everytime I did it all cached scripts are removed from cache.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-17 09:21 UTC] gopalv82 at yahoo dot com
The cached opcodes contain pointers to the VM handlers, these are bound to change when the engine is re-initialized in a new memory space (like apache restarting). 

Cache persisting through restarts is impossible to do without adding extra kludges which will make ordinary operation slower. 

In one word - NO.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC