caching questions

2006-02-28 Thread [EMAIL PROTECTED]
I've been running with memcached caching for a couple of days, and it works like a charm (450+ hits per second on a cheap-ass server isn't all that bad ;-). however, there are two things that I haven't been able to sort out on my own: - the admin site is cached too, which makes it a bit hard to

Re: caching questions

2006-02-28 Thread [EMAIL PROTECTED]
anyone ? > however, there are two things that I haven't been able to sort > out on my own: > > - the admin site is cached too, which makes it a bit hard to use. > it might be a middleware ordering problem, but I haven't found a > working combination. any ideas? > > - I would like to explicitly re

Re: caching questions

2006-03-01 Thread Cheng Zhang
On Mar 1, 2006, at 3:57 PM, [EMAIL PROTECTED] wrote: > > anyone ? I guess guys and gals are busy with PyCon Sprint these couple days, so they couldn't pay much attention on the mailing list. That's unusual. Personally I haven't use cache in a production Django site yet, but I will try to s

Re: caching questions

2006-03-01 Thread Malcolm Tredinnick
Hi Fredrik, On Wed, 2006-03-01 at 07:57 +, [EMAIL PROTECTED] wrote: > anyone ? > > > however, there are two things that I haven't been able to sort > > out on my own: > > > > - the admin site is cached too, which makes it a bit hard to use. > > it might be a middleware ordering problem, but

Re: caching questions

2006-03-01 Thread Adrian Holovaty
On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > - the admin site is cached too, which makes it a bit hard to use. > it might be a middleware ordering problem, but I haven't found a > working combination. any ideas? Ah, you must be using the per-site cache, right? I'm actually not sure

Re: caching questions

2006-03-02 Thread [EMAIL PROTECTED]
Adrian Holovaty wrote: > > - the admin site is cached too, which makes it a bit hard to use. > > it might be a middleware ordering problem, but I haven't found a > > working combination. any ideas? > > Ah, you must be using the per-site cache, right? I'm actually not sure > how the per-site cache

Re: caching questions

2006-03-03 Thread tonemcd
Have you seen this Fredrik? http://djangoutils.python-hosting.com/wiki/Utils --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com