Re: nginx gunicorn

2011-12-19 Thread pixelfields
Thanks a lot, but ... this not solved my problem. I increase worker_processes to 2, but during test I still have processor overload 98% - 100%. regards Dusan Simek On Dec 19, 10:59 am, kenneth gonsalves wrote: > On Mon, 2011-12-19 at 09:03 +0100, Dusan Simek wrote: > > worker_processes  1; > >

code revision short job

2012-01-03 Thread pixelfields
Hi, I'm loooking for anybody who can review application code in easy app based on django 1.3 and postgres. Thanks Dusan Simek -- 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. T

Re: code revision short job

2012-01-03 Thread pixelfields
Simek On Jan 3, 10:19 am, Satyajit Sarangi wrote: > Little more details. > > > > > > > > > > On Tue, Jan 3, 2012 at 2:43 PM, pixelfields wrote: > > Hi, > > I'm loooking for anybody who can review application code in easy app > > based on

Re: code revision short job

2012-01-04 Thread pixelfields
Sure I am using debug toolbar. All queries are cached by django cache machine, otherwise I try to use johnny cache, but with similary result. Debug toolbar actually show me only 2 sql queries in 3 ms (queries storing referrer, agent and utm params for traffic analyzing). Has anybody experiences wi