Re: PGSQL or other DB? - Mailing list pgsql-general

From Tony Caduto
Subject Re: PGSQL or other DB?
Date
Msg-id 498367F4.9010404@amsoftwaredesign.com
Whole thread Raw
In response to PGSQL or other DB?  (durumdara <durumdara@gmail.com>)
List pgsql-general
durumdara wrote:
>
>  - quick (re)connect - because mod_python basically not store the
> database connections persistently
>

You should consider using a Python connection pool with something like
Pylons (http://pylonshq.com), I use dbutils:
http://www.webwareforpython.org/DBUtils/Docs/UsersGuide.html

You can scale PostgreSQL and Python web apps really well with that as
long as you are
not using CGI.  I use Pylons combined with mod_wsgi, but you can use it
with mod_python as well.


Tony Caduto
AM Software Design
Home of Lightning Admin for PostgreSQL
http://www.amsoftwaredesign.com


pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Pet Peeves?
Next
From: "Marc Mamin"
Date:
Subject: Re: complex custom aggregate function