Re: Making a database connection persists in PHP

Поиск
Список
Период
Сортировка
От Michael Swierczek
Тема Re: Making a database connection persists in PHP
Дата
Msg-id 68b5b5880803311910p66fda93cw75fe07c140996619@mail.gmail.com
обсуждение исходный текст
Ответ на Making a database connection persists in PHP  (Mary Anderson <maryfran@demog.berkeley.edu>)
Список pgsql-novice
Mary,
     I think this is more of a PHP question than a Postgres question.
I believe you can put the question in a session variable.   You may
also want to investigate connection pooling, where your application
keeps a set of open connections and then each time a request needs a
connection, it grabs one from the pool, uses it, and then gives it
back.   A web search on connection pooling and PHP should tell you
what you need.
     Good luck.

-Mike

On 3/31/08, Mary Anderson <maryfran@demog.berkeley.edu> wrote:
> Hi all,
>     Don't know if this should go to the PHP group or the postgresql group
>
>     I am writing a PHP-postgres application.  I would like to have a
>  database connection persists across php pages.  What the application
>  does at present is to create a new connection every time a new page is
>  called.  Can I put a connection into a session variable?
>
>     Thanks
>
>  Mary Anderson
>
>
>  --
>  Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
>  To make changes to your subscription:
>  http://www.postgresql.org/mailpref/pgsql-novice
>

В списке pgsql-novice по дате отправления:

Предыдущее
От: Mary Anderson
Дата:
Сообщение: Making a database connection persists in PHP
Следующее
От: "Mat Dodgson"
Дата:
Сообщение: copy command in Windows XP