[symfony-users] Re: how to set up and configure memcache?

2010-02-09 Thread Joshua
Thank you Norbert. 1) install memcache 2) $cache = new sfMemcacheCache(); Apparently that is all I needed. Not sure why or how everyone is writing their own 3 page blog posts about doing that. Way to over complicate things. On Feb 8, 3:17 pm, Norbert haigermo...@web.de wrote: just rtfm ;-)

[symfony-users] Re: how to set up and configure memcache?

2010-02-08 Thread Joshua
Is the sfMemcacheCache link you provide in the blog the same as http://www.symfony-project.org/plugins/sfMemcachePlugin The link you provide says 1.1 and the link above says 1.0 (also has other WARNINGS). I'm using 1.2, a little reluctant to use what appears to be a fringe plugin no one is

Re: [symfony-users] Re: how to set up and configure memcache?

2010-02-08 Thread Norbert
just rtfm ;-) http://www.doctrine-project.org/documentation/manual/1_2/en/caching http://www.symfony-project.org/book/1_2/18-Performance Am 08.02.10 17:29, schrieb Joshua: Blogs blogs blogs. How am I supposed to know where to find these things short of a google search? On Feb 8, 1:52 am,

Re: [symfony-users] Re: how to set up and configure memcache?

2010-02-08 Thread Gareth McCumskey
I used the definitive guide to symfony to do it myself. I was only trying to help by offering a link to an article I wrote with practical information on it. So sorry for trying :S On Mon, Feb 8, 2010 at 6:29 PM, Joshua houseaddi...@gmail.com wrote: Blogs blogs blogs. How am I supposed to know

[symfony-users] Re: how to set up and configure memcache?

2010-02-07 Thread Joshua
My end goal here is to have propel queries be memcached so common queries do not need to be constantly run. On Feb 7, 11:04 pm, Joshua houseaddi...@gmail.com wrote: I have searched and read and searched but I can't find any clear documentation to set this up for symfony 1.2+. Apparently there

Re: [symfony-users] Re: how to set up and configure memcache?

2010-02-07 Thread Frank Stelzer
Hi, Here is explained, how you could configure memcache for the view cache or how you can handle memcache using within a singleton using it for everything: http://dev.esl.eu/blog/2009/06/05/memcached-as-singleton-in-symfony/ Frank Am 08.02.2010 um 05:05 schrieb Joshua: My end goal here