Re: Django model object allocation performance

2011-02-03 Thread oyiptong
> model instance. This is much more efficient if you just need the > values anyway. > > Regards, > Thomas > > > > > > > > > > On Wed, Feb 2, 2011 at 10:28 AM, Daniel Roseman <dan...@roseman.org.uk> wrote: > > On Tuesday, February 1, 20

Re: Django model object allocation performance

2011-02-03 Thread oyiptong
Yeah, it was just an example On Feb 2, 4:28 am, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Tuesday, February 1, 2011 11:52:49 PM UTC, oyiptong wrote: > > > Hello, > > > I have been seeing a big performance degradation with my application > > in production

Django model object allocation performance

2011-02-01 Thread oyiptong
Hello, I have been seeing a big performance degradation with my application in production. The traffic is roughly 2.5K pageviews per day. I can expect each page to load 100 model objects in memory. Some might overlap, but I have a large inventory of objects to show. I have noticed that pages

Logging in a production environment / fcgi

2009-03-05 Thread oyiptong
Hello, I've implemented a couple of applications using django and i was wondering if there was (or if there are plans to be) some sort of logging for the application server. I am running my django applications using FCGI and I was looking into something that would do access, and error logs