If you want to use memcache as view cache, you can use the  
sfMemcacheCache(http://trac.symfony-project.org/browser/branches/1.2/lib/cache/sfMemcacheCache.class.php
 
). Just change the view cache in the factories.yml and define your  
memcache connection settings.

The first part of this article describes the needed changes:
http://dev.esl.eu/blog/2009/06/05/memcached-as-singleton-in-symfony/


However, you have to setup a memcached server first (the PECL  
extension only provides the client imho). But i donnu how its done,  
i'm just using it :D



Am 27.07.2009 um 23:30 schrieb Eno:

>
> On Mon, 27 Jul 2009, Frank Stelzer wrote:
>
>> Memcached is best installed via PECL, as you already pointed out.
>> When you use symfony > 1.2 you do not need a plugin for it.
>> sfMemcacheCache will do the job build in.
>
> Ive installed the memcached PECL extension. We're running symfony  
> 1.2.7 -
> you're saying we dont need a plugin anymore?
>
>
>
> -- 
>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to