pg_pconnect - Really persistent ?
| От | Hervé Piedvache |
|---|---|
| Тема | pg_pconnect - Really persistent ? |
| Дата | |
| Msg-id | 3A2E22FC.2E1A2C01@elma.fr обсуждение исходный текст |
| Ответы |
Re: pg_pconnect - Really persistent ?
|
| Список | pgsql-php |
Hi, I have some troubles with the pg_pconnect function ... All my PHP scripts are using pg_pconnect but apache seems to not using the persistent connection ... ? I mean that when I make a small script usign a pg_pconnect, and a simple select ... I open 2 browsers and call many time my scrip, I look for the backends of postgresql and I see many backends opened ! If I try for example to limit the backend to 35, and run an ab (apache bench) to call the page ... after the 35 connections opened postgresql say there is no more connection possible ... ok ! but why the persistents connexions are not re-used ? Does someone could explain me how I have to do ... ? In same time I have also try with php.ini to refuse the pgsql persistents connections but they seem to run !? what this option is for ? I also try to limit the number of connections also in php.ini to 5 for example ... and I open 35 postgres backends with any trouble !! :( Thanks for your answers ... regards, -- Hervé
В списке pgsql-php по дате отправления: