Re: cpu load

2008-12-10 Thread Zagor
Thanks for your feedback and pointers. We managed do drop the CPU load with some more caching and changing our Apache config to have threads serve more requests before dying (not 100% convinced that this dropped the cpu load but it did eliminate some server errors generated by crawlers). We run

Re: cpu load

2008-11-25 Thread Joe Murphy
On Nov 25, 2:16 pm, "Jirka Vejrazka" <[EMAIL PROTECTED]> wrote: > do you do any pickling or serializing of QuerySets? I do remember > reading a blog (someone may be able to find the URL) where the author > mentioned the same problem. He managed to find out that it was caused > by changes queryse

Re: cpu load

2008-11-25 Thread Jirka Vejrazka
> I recently upgraded Django from 0.96 to 1.0.2 but noticed that the CPU > load for the same site traffic jumped by 50%. Has anyone else noticed > anything similar or might have any clue as to why this might happen? Hi there, do you do any pickling or serializing of QuerySets? I do

cpu load

2008-11-25 Thread Zagor
Hi all, I recently upgraded Django from 0.96 to 1.0.2 but noticed that the CPU load for the same site traffic jumped by 50%. Has anyone else noticed anything similar or might have any clue as to why this might happen? Thanks --~--~-~--~~~---~--~~ You received