Any experiance with PostgreSQL and SQLRelay

Any experiance with PostgreSQL and SQLRelay

am 09.05.2005 14:12:32 von Marek Lewczuk

Hi,
I need a db connection pooling in PHP. As far I know persistent
connections are not the best solution so I'm thinking about using
SQLRelay. Does anyone have any experience using PostgreSQL + PHP +
SQLRelay ? Maybe you know other "connection pooling" solutions for PHP ?

Thanks in advance.

ML



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Re: [PHP] Any experiance with PostgreSQL and SQLRelay

am 10.05.2005 05:19:23 von Christopher Kings-Lynne

> I need a db connection pooling in PHP. As far I know persistent
> connections are not the best solution so I'm thinking about using
> SQLRelay. Does anyone have any experience using PostgreSQL + PHP +
> SQLRelay ? Maybe you know other "connection pooling" solutions for PHP ?

Try pgpool.

Chris

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Re: [PHP] Any experiance with PostgreSQL and SQLRelay

am 10.05.2005 05:21:54 von Joshua Drake

Christopher Kings-Lynne wrote:
>> I need a db connection pooling in PHP. As far I know persistent
>> connections are not the best solution so I'm thinking about using
>> SQLRelay. Does anyone have any experience using PostgreSQL + PHP +
>> SQLRelay ? Maybe you know other "connection pooling" solutions for PHP ?
>
>
> Try pgpool.
>

I second this.

Sincerely,

Joshua D. Drake
Command Prompt, Inc.

> Chris
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Re: [PHP] Any experiance with PostgreSQL and SQLRelay

am 10.05.2005 07:41:58 von Marek Lewczuk

Christopher Kings-Lynne napisał(a):
>> I need a db connection pooling in PHP. As far I know persistent=20
>> connections are not the best solution so I'm thinking about using=20
>> SQLRelay. Does anyone have any experience using PostgreSQL + PHP +=20
>> SQLRelay ? Maybe you know other "connection pooling" solutions for PHP=
?
>=20
>=20
> Try pgpool.
Thanks.

=20

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend