100 simultaneous connections, critical limit?

Поиск
Список
Период
Сортировка
От Jón Ragnarsson
Тема 100 simultaneous connections, critical limit?
Дата
Msg-id 4005392D.3030702@vortex.is
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: CoL
Дата:
Сообщение: Re: COUNT & Pagination
Следующее
От: CoL
Дата:
Сообщение: subquery and table join, index not use for table