Re: Event based caching

2007-06-29 Thread [EMAIL PROTECTED]
On Jun 11, 10:04 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I'm not quite sure what result you are expecting from a ticket like > that, though. It doesn't contain any sample implementation or even a > proposed API, so there's no way to possibly close such a ticket. > The way forward her

Re: Event based caching

2007-06-11 Thread Paul Collier
Hello Henrik! (I think this has to do with what you're trying to accomplish, correct me if wrong ;) In terms of keeping cache synced with data in models, this is something I'm trying to address with my GSoC project for the summer[1]. In fact, the current code already has a mechanism for tracking

Re: Event based caching

2007-06-11 Thread Malcolm Tredinnick
On Sun, 2007-06-10 at 15:23 +, [EMAIL PROTECTED] wrote: > I've filed a ticket on this as well: http://code.djangoproject.com/ticket/4520 I'm not quite sure what result you are expecting from a ticket like that, though. It doesn't contain any sample implementation or even a proposed API, so th

Re: Event based caching

2007-06-10 Thread [EMAIL PROTECTED]
I've filed a ticket on this as well: http://code.djangoproject.com/ticket/4520 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@google

Re: Event based caching

2007-06-10 Thread [EMAIL PROTECTED]
; > It's very good for e.g. news sites and that sort - but exceptions do > > occur. I would like to see event based caching implemented into > > Django. The current time based cache framework doesn't always do the > > trick. When you have a site with hundreds of pro

Re: Event based caching

2007-06-10 Thread Michael Trier
Henrik, I'm sure a lot of people would benefit from an event based caching system. So I know that I for one am eagerly looking forward to seeing your contribution. Michael On 6/10/07, 黄毅 <[EMAIL PROTECTED]> wrote: > If i understand what you are talking about, I think it&#

Re: Event based caching

2007-06-10 Thread 黄毅
ed, signal=your_signals.article_post) On 6/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > First of all, I have to say that the cache framework is golden. > It's very good for e.g. news sites and that sort - but exceptions do > occur. I would like to see event based ca

Event based caching

2007-06-10 Thread [EMAIL PROTECTED]
First of all, I have to say that the cache framework is golden. It's very good for e.g. news sites and that sort - but exceptions do occur. I would like to see event based caching implemented into Django. The current time based cache framework doesn't always do the trick. When you h