100 simultaneous connections, critical limit? - Mailing list pgsql-performance

From Jón Ragnarsson
Subject 100 simultaneous connections, critical limit?
Date
Msg-id 4005392D.3030702@vortex.is
Whole thread Raw
List pgsql-performance
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-traffic website?
J.

--
jonr@vortex.is
http://jonr.beecee.org
+354 699 8086


pgsql-performance by date:

Previous
From: CoL
Date:
Subject: Re: COUNT & Pagination
Next
From: CoL
Date:
Subject: subquery and table join, index not use for table