Re: django in a production environment

2005-09-13 Thread Ksenia Marasanova
2005/9/13, Jason F. McBrayer <[EMAIL PROTECTED]>: > > On Mon, 2005-09-12 at 21:10 -0500, Adrian Holovaty wrote: > > > We've used Django with mod_python for the past couple of years in a > > production setting, so that's the most "proven" server arrangement. I > > personally haven't used it with

Re: django in a production environment

2005-09-13 Thread Jason F. McBrayer
On Mon, 2005-09-12 at 21:10 -0500, Adrian Holovaty wrote: > We've used Django with mod_python for the past couple of years in a > production setting, so that's the most "proven" server arrangement. I > personally haven't used it with fcgi -- just haven't had the chance -- > so I'm not sure how fc

Re: django in a production environment

2005-09-13 Thread Ksenia Marasanova
2005/9/13, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I am getting ready to deploy my first real production django web site > for a customer and I was wondering what people had to say about > mod_python vs fcgi. I have the impression that using mod_python is the > prefered way. Is this because

Re: django in a production environment

2005-09-13 Thread Adrian Holovaty
On 9/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am getting ready to deploy my first real production django web site > for a customer and I was wondering what people had to say about > mod_python vs fcgi. I have the impression that using mod_python is the > prefered way. Is this beca

Re: django in a production environment

2005-09-12 Thread Jason F. McBrayer
On Tue, 2005-09-13 at 02:00 +, [EMAIL PROTECTED] wrote: > I am getting ready to deploy my first real production django web site > for a customer and I was wondering what people had to say about > mod_python vs fcgi. I have the impression that using mod_python is the > prefered way. Is this b