Re: Smarter cache

2006-03-19 Thread Diego pylorca
1+ for smarter cache On 12/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > So, are you interested in PHP realization with main idea explained? > > Yes > > Ok, hope it will be interesting: > > In my CMS there is (there was?) such an abstraction: nod

Re: Smarter cache

2005-12-02 Thread [EMAIL PROTECTED]
> > So, are you interested in PHP realization with main idea explained? > Yes Ok, hope it will be interesting: In my CMS there is (there was?) such an abstraction: node. Node - it's everything - it's a news, article or any other content unit. Node has all CRUD operations through the functions:

Re: Smarter cache

2005-12-01 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > Hi, > > What about smarter cache system? I mean update not only by time-out, > but also by a DB change. > > In a news sites it will be especially usefull: content can update not > only each 'xxx' minutes, but it can also update by c

Re: Smarter cache

2005-12-01 Thread Nebojša Đorđević - nesh
On 1-12-2005, at 7:31, [EMAIL PROTECTED] wrote: So, are you interested in PHP realization with main idea explained? Yes --- Nebojša Đorđević - nesh Studio Quattro - Niš - SCG http://djnesh.blogspot.com/ | http://djnesh-django.blogspot.com/ Registered Linux User 282159 [http://counter.li.o

Re: Smarter cache

2005-11-30 Thread [EMAIL PROTECTED]
So, are you interested in PHP realization with main idea explained?

Re: Smarter cache

2005-11-30 Thread Nebojša Đorđević - nesh
On 29-11-2005, at 20:55, [EMAIL PROTECTED] wrote: What about smarter cache system? I mean update not only by time-out, but also by a DB change. In a news sites it will be especially usefull: content can update not only each 'xxx' minutes, but it can also update by content add

Re: Smarter cache

2005-11-30 Thread Petar Marić
+1 for SmartCache(tm) -- Petar Marić *e-mail: [EMAIL PROTECTED] *mobile: +381 (64) 6122467 *icq: 224720322 *skype: petar_maric *web: http://www.petarmaric.com/

Re: Smarter cache

2005-11-30 Thread [EMAIL PROTECTED]
Idea is not in 'retouching' each and every page, but in marking the cache as 'dirty', so it will be regenerated on a new request. If old page (archive) will be never reached, why should we regenerate it? There is also such a thing, as dependancy: if, for example, I update the category name, and i

Re: Smarter cache

2005-11-29 Thread Ian Holsman
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > What about smarter cache system? I mean update not only by time-out, > but also by a DB change. > > In a news sites it will be especially usefull: content can update not > only each 'xxx' minutes, but it c

Smarter cache

2005-11-29 Thread [EMAIL PROTECTED]
Hi, What about smarter cache system? I mean update not only by time-out, but also by a DB change. In a news sites it will be especially usefull: content can update not only each 'xxx' minutes, but it can also update by content addition/edit/deletion. I suppose, that such system can b