php - How to diagnose APC caching issue? -
i turned on apc on site uses rackspace cloudfiles php api library. yesterday, uploading process cloudfiles failed believe due expired token beingness cached apc. there way diagnose issue or should prevent cloudfiles library code beingness cached apc.filters
configuration?
edit: suspected apc caching issue because updated relevant file adding single line of code logged token. after updating file, uploading process started work again.
edit2: occurring in background script running. value beingness stored in script , not beingness updated. forgot had restarted script after making alter allowed token updated.
on own, apc caches compiled contents of php source files -- not (and not!) cache api token. problem lies elsewhere.
php apc cloudfiles
No comments:
Post a Comment