Hello,
I was experiencing problem of having multiple instances of APC cache on Enterprise v4.2.18 4-core license running PHP 5.3.29. It seemed each of the four process/core carried its own instance of APC and there was a lot of "swapping" going on so I suppose that each request was handled by one of the four cores which loads its own instance of APC. This was very problematic as when my site clears and updates certain user cache entries, that task was only done on the core that triggered the process but not the other three.
I have filed a support ticket for this problem a while ago and I was advised to use PHP suEXEC daemon mode, which I have done so. The problem still exist as it seems there are still TWO instances of the cache and they seem to be "swapping" at random. What PHP/LS settings should i tweak to fix this problem?
Besides having multiple instances. another problem seems to be the low uptime of APC, I have read related posts here on the forum saying it is caused by LS restarting itself, but I couldn't see any clear/working solutions provided. What can I do to avoid this?
Thanks,
Carl
I was experiencing problem of having multiple instances of APC cache on Enterprise v4.2.18 4-core license running PHP 5.3.29. It seemed each of the four process/core carried its own instance of APC and there was a lot of "swapping" going on so I suppose that each request was handled by one of the four cores which loads its own instance of APC. This was very problematic as when my site clears and updates certain user cache entries, that task was only done on the core that triggered the process but not the other three.
I have filed a support ticket for this problem a while ago and I was advised to use PHP suEXEC daemon mode, which I have done so. The problem still exist as it seems there are still TWO instances of the cache and they seem to be "swapping" at random. What PHP/LS settings should i tweak to fix this problem?
Besides having multiple instances. another problem seems to be the low uptime of APC, I have read related posts here on the forum saying it is caused by LS restarting itself, but I couldn't see any clear/working solutions provided. What can I do to avoid this?
Thanks,
Carl