Hello , I am writing application with cakephp, this one should handel a large number of request from diffirent users around the word, and it will be deployed into an ordinary server with no memcach extention. So i am highly solicitated to optimise my code to keep the application running in peac for months .
I use the cake cache helper, but i dont think that it would fit to my needs this time, i am thinking on a something new : A cake cache system mecanisme, that caches views the smart way. Kind of storeing timestamp of last request sent to the DB related to a specifique Table or Mysql Query on a session under a special namespace dedicated to it, so each time we call , the cache system will parse and decide to directly show cached data view or recall the logic actions and generate cache from the begining ... something like that .. What do you think ? Do you have any idea if a solution like this already exist on Cake ? Or should i try it my Self :D I hope you bring me a better vision :) regards Oz -- 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
