Re: PGSQL or other DB?

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: durumdara <durumdara(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PGSQL or other DB?
Date: 2009-01-30 20:49:56
Message-ID: 498367F4.9010404@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message rhubbell 2009-01-30 21:10:37 Re: Pet Peeves?
Previous Message Marc Mamin 2009-01-30 20:49:03 Re: complex custom aggregate function