Take care with File Cache engine.
If your application creates tens of thousands of objects, it might
slowdown a lot, as the filesystem driver would have to trasverse among
many files within a single directory. You'd have to patch your file
cache engine so as to create a tree of subdirectories to spread all
these files, thus softening the burden of search and open.
I have already done it, but it's not yet fully tested. Take a look if
you like:
http://github.com/dericofilho/GearmanCakePHP/blob/master/Core/cake/libs/cache/strutfile.php
[]s
Dérico Filho
On Oct 25, 11:33 am, Ixus <asumaw...@gmail.com> wrote:
> How about some tips for the intermediate-advanced CakePHP developer?
>
> On Oct 25, 3:33 pm, WebbedIT <p...@webbedit.co.uk> wrote:
>
>
>
> > Follow the MVC conventions as detailed in the book.
>
> >http://book.cakephp.org/view/13/Basic-Principles-of-CakePHP
>
> > On 25 Oct, 06:34, Ixus <asumaw...@gmail.com> wrote:
>
> > > Hi everyone.
>
> > > What are your CakePHP design (architectural) tips?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment