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

From Jón Ragnarsson
Subject 100 simultaneous connections, critical limit?
Date
Msg-id 40053A91.5060001@physicallink.com
Whole thread Raw
Responses Re: 100 simultaneous connections, critical limit?  (Shridhar Daithankar <shridhar_daithankar@persistent.co.in>)
Re: 100 simultaneous connections, critical limit?  ("scott.marlowe" <scott.marlowe@ihs.com>)
Re: 100 simultaneous connections, critical limit?  (Andrew McMillan <andrew@catalyst.net.nz>)
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.



pgsql-performance by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: COUNT & Pagination
Next
From: Shridhar Daithankar
Date:
Subject: Re: 100 simultaneous connections, critical limit?