Re: Django Server performance

2009-07-08 Thread mugisha moses
static content puts an overhead on the apache server. nginx would be good to handle the static content of your sites. On Wed, Jul 8, 2009 at 12:56 AM, Graham Dumpleton wrote: > > > > On Jul 8, 4:16 am, Ramdas S wrote: >> Hi, >> >> We have a web server where we are hosting around 12-15 django web

Re: Django Server performance

2009-07-07 Thread Graham Dumpleton
On Jul 8, 4:16 am, Ramdas S wrote: > Hi, > > We have a web server where we are hosting around 12-15 django web sites most > of them attracting modest traffic, except a couple which sees spiikes on and > off. Together we estimate just about 20,000-40,000 page views. > > However we are expecting

Re: Django Server performance

2009-07-07 Thread Alex Gaynor
On Tue, Jul 7, 2009 at 1:16 PM, Ramdas S wrote: > Hi, > > We have a web server where we are hosting around 12-15 django web sites > most of them attracting modest traffic, except a couple which sees spiikes > on and off. Together we estimate just about 20,000-40,000 page views. > > However we are

Re: Django Server performance

2009-07-07 Thread Adam Jenkins
On Tue, Jul 7, 2009 at 1:16 PM, Ramdas S wrote: > Hi, > > We have a web server where we are hosting around 12-15 django web sites > most of them attracting modest traffic, except a couple which sees spiikes > on and off. Together we estimate just about 20,000-40,000 page views. > > However we are