Re: site's been down
Manlio Perillo <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
Federico Di Gregorio ha scritto: > Il giorno lun, 17/03/2008 alle 15.09 +0100, Manlio Perillo ha scritto: >> Federico Di Gregorio ha scritto: >>> On Sun, Mar 16, 2008 at 09:01:05PM -0600, Nathan wrote: >>>> I don't even get a 500 error. Just a "problem loading page" error on firefox. >>>> >>>> On Fri, Mar 14, 2008 at 6:09 PM, Michael Bayer <[email protected]> wrote: >>>>> http://www.initd.org/tracker/psycopg/wiki/PsycopgTwo keeps reporting >>>>> a 500 error for a couple of days now. Any word on the tracker being >>>>> up again ? >>> The problem was mod_python, sucking up all memory. >> Have you tried to use mod_wsgi? > > Do you have any reason for wsgi being better that fcgi? > New versions of the WSGI module allow the execution of a given application in a separate Apache process (where you can additionally use a thread pool). I have never used them, however. > federico Manlio Perillo