I have finally figured out why apc_clear_cache('user') does not work on LSWS. It looks like each page runs with it's own PHP process ID and looks like that is unique to the slice(for lack of better word) of APC.
I can identify this by using getmypid() and found that clear is fine when running same ID. Does anyone know how to flush all of the user cache for each ID?
In past we were forced to do a LSWS restart, but now with traffic increasing it is causing problems. Must be some work around?
Chris
I can identify this by using getmypid() and found that clear is fine when running same ID. Does anyone know how to flush all of the user cache for each ID?
In past we were forced to do a LSWS restart, but now with traffic increasing it is causing problems. Must be some work around?
Chris