Hi I am using some controller level caching for a few actions on a couple of cakePHP sites. both are cake1.3 sites, and are on the same VPS, running php 5.2.11 and it has eAccelrator too.
the cache seemed to work for a few days and then both sites became unreachable this morning. I restarted the VPS as it had crashed, and then the sites still didnt come back up. I turned debug on to 1 on both and then they worked (implying cache issues) - and since cacheing was added just last week to one of them I belive it is a caching problem. I have checked in my error_log for apche and there are segmentation faults 11 around the time the server crashed, also child processes exiting. (thanks to theAnachron in IRC for their help in finding this). I have now set the prefixes to explicitly different things for these 2 cake apps. Any other suggestions for me to get cache wokring without crashing? Would I be better sidestepping and using MemCache or similar (are these more robust?) sorry for my obvious cache n00b-iness. I want to sue it as the performance boost seems great and is suitable for these sites, whose content is reasonably static on popular pages. thanks boobyW -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
