Re: PGSQL or other DB?

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: PGSQL or other DB?
Дата
Msg-id 498367F4.9010404@amsoftwaredesign.com
обсуждение исходный текст
Ответ на PGSQL or other DB?  (durumdara <durumdara@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Pet Peeves?
Следующее
От: "Marc Mamin"
Дата:
Сообщение: Re: complex custom aggregate function