Re: Large scale Django deployment

2007-02-05 Thread Joseph Heck
For the performance scaling estimate, what you critically need is a service time. If you push static media to something light and fast (lighttpd), then your slowest service time will typically be the application itself (Apache+Mod_python or whatever you're using). You'll want to verify that, but it

Re: Large scale Django deployment

2007-02-03 Thread Gary Wilson
On Jan 26, 1:41 pm, "J" <[EMAIL PROTECTED]> wrote: > I am trying to wrap my head around the server firepower I would need to > pull this latter idea off. The following might give you some idea: http://wiki.rubyonrails.com/rails/pages/Framework+Performance http://www.jacobian.org/writing/2005/dec/

Large scale Django deployment

2007-01-26 Thread J
The Star Tribune is considering changing our default development environment from Java/PHP to Django. This could be as small as developing database applications like the Washington Post and as large as developing all technology (CMS, templating, registration, etc) for startribune.com. I am tryin