you mean I don't even have to enable apc in core config file ??

On Dec 3, 7:32 pm, Miles J <mileswjohn...@gmail.com> wrote:
> Install APC and memcache. APC will run automatically and cache your
> opcode.
>
> Use memcache on the CakePHP side to cache query data.
>
> On Dec 3, 6:04 am, "Ma'moon" <phpir...@gmail.com> wrote:
>
>
>
>
>
>
>
> > All configuration items that you need to edit takes place in "core.php",
> > right there you will have the ability to enable, disable, and/or configure
> > your caching engines/levels
>
> > On Fri, Dec 3, 2010 at 3:07 PM, pang <y...@tagroup.se> wrote:
> > > Thank you for your answer. I know that apc and memcache has different
> > > usage, I can make them working respectively in Cake.
>
> > > But I don't know how to configure to make them working together. Do
> > > you know how to do it?
>
> > > On Dec 3, 1:14 pm, "Ma'moon" <phpir...@gmail.com> wrote:
> > > > APC performs (byte code caching or intermediate code) which means that 
> > > > it
> > > > caches the binary form of your PHP script and once this script is being
> > > > called, the cached version of the script is the one that will be
> > > executed,
> > > > this will save a lot of performance and server resources, on the other
> > > hand,
> > > > memcached is being used to cache objects of several forms, like caching
> > > the
> > > > results of a database query "a model operation in CakePHP's case", an
> > > array,
> > > > or someother forms of objects, you can use both of them for your
> > > application
> > > > caching, each for its own task, take a look here to configure the 
> > > > desired
> > > > cache engines that you would like to use in your CakePHP
> > > applicationhttp://book.cakephp.org/view/156/Caching
>
> > > > On Fri, Dec 3, 2010 at 12:16 PM, pang <y...@tagroup.se> wrote:
> > > > > CakePHP offer both APC and Memcached cache engine for cache purpose,
> > > > > but each of them has different preferred usage,
> > > > > I am wondering is it possible to config Cake to work with both of
> > > > > them? and how can It be achieved?
>
> > > > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp
> > > others
> > > > > with their CakePHP related questions.
>
> > > > > 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+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.c
> > > > >  om>
> > > <cake-php%2bunsubscr...@googlegroups.c om>For more options, visit this
> > > group at
> > > > >http://groups.google.com/group/cake-php?hl=en
>
> > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others
> > > with their CakePHP related questions.
>
> > > 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+unsubscr...@googlegroups.com<cake-php%2bunsubscr...@googlegroups.c
> > >  om>For more options, visit this group at
> > >http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to