On 26/03/07, David M. Besonen <[EMAIL PROTECTED]> wrote: > > are there any issues/caveats/problems around using django + fcgi? > > i'm guessing there might things to be wary of, given that > mod_python appears more prominently in the installation > instructions. > > > thanks, > david
I am using fastcgi, dynamiccally managed by Apache, with no problems on a production system. The performance is quite good and there aren't any significant problems that I can think of, except of the actual configuration. Mind that there are two FCGI modules for Apache2 - "fgci" and "fcgid" - the later seemed like a better choice to me, as it is smarter when the proceses are managed dynamically. --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---