[PERFORM] 100 simultaneous connections, critical limit?

2004-01-16 Thread Jón Ragnarsson
I am writing a website that will probably have some traffic. Right now I wrap every .php page in pg_connect() and pg_close(). Then I read somewhere that Postgres only supports 100 simultaneous connections (default). Is that a limitation? Should I use some other method when writing code for high-t

Re: [PERFORM] 100 simultaneous connections, critical limit?

2004-01-14 Thread Jón Ragnarsson
rowne wrote: Clinging to sanity, [EMAIL PROTECTED] (Jón Ragnarsson) mumbled into her beard: I am writing a website that will probably have some traffic. Right now I wrap every .php page in pg_connect() and pg_close(). Then I read somewhere that Postgres only supports 100 simultaneous connections (de

[PERFORM] 100 simultaneous connections, critical limit?

2004-01-14 Thread Jón Ragnarsson
I am writing a website that will probably have some traffic. Right now I wrap every .php page in pg_connect() and pg_close(). Then I read somewhere that Postgres only supports 100 simultaneous connections (default). Is that a limitation? Should I use some other method when writing code for high-tra