[symfony-users] Re: Using CacheManager->has() in batch script...

2009-03-05 Thread alvaro
Have you found a solution to your problem? If no let me know because I think I found a way to do it Cheers, Alvaro On Feb 19, 2009, at 7:52 PM, Sumedh wrote: > > Yeah, here it is - > http://www.symfony-project.org/book/1_0/18-Performance#chapter_18_sub_generating_cached_pages > > But, I woul

[symfony-users] Re: Using CacheManager->has() in batch script...

2009-02-19 Thread Sumedh
Yeah, here it is - http://www.symfony-project.org/book/1_0/18-Performance#chapter_18_sub_generating_cached_pages But, I would still need to use this cache manager object to get me the list of pages that are not yet cached... :( I want to crawl like 300,000 pages...some of which will get invalida

[symfony-users] Re: Using CacheManager->has() in batch script...

2009-02-19 Thread alvaro
Maybe you can use the sfBrowser for your batch script, I think there is an example on the symfony book, in the chapter regarding performance. Cheers, Alvaro On Feb 19, 2009, at 3:39 PM, Sumedh wrote: > > No one? :| > > On Feb 18, 11:30 am, Sumedh wrote: >> Anyone? >> >> Does anyone here u

[symfony-users] Re: Using CacheManager->has() in batch script...

2009-02-18 Thread Sumedh
No one? :| On Feb 18, 11:30 am, Sumedh wrote: > Anyone? > > Does anyone here use this practice of warming up cache by crawling the > pages after a build? > > On Feb 17, 2:21 pm, Sumedh wrote: > > > Hi Friends, > > > I am using Symfony 1.0. > > > I am trying to write a batch script that tries to

[symfony-users] Re: Using CacheManager->has() in batch script...

2009-02-17 Thread Sumedh
Anyone? Does anyone here use this practice of warming up cache by crawling the pages after a build? On Feb 17, 2:21 pm, Sumedh wrote: > Hi Friends, > > I am using Symfony 1.0. > > I am trying to write a batch script that tries to populate the symfony > cache by crawling (wget in spider mode) so