Re: Connection pooling

Поиск
Список
Период
Сортировка
От si24
Тема Re: Connection pooling
Дата
Msg-id 1383222895583-5776498.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Connection pooling  (Gavin Flower <GavinFlower@archidevsys.co.nz>)
Ответы Re: Connection pooling  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
for some reason it not always pooling the connections for reuse so I'm not
sure what or if I have left something out.

As I only have a 100 postgres connections and when you have six people
working on it at the same time the connections neary go all the way. Which
in turn starts making pink tiles from geoserver so then its not reading the
data properly.

Geoserver itself seems to use 17 connections from postgres which is reading
the 17 different tables that each layer reads to create the map.

has it some thing to do with geoserver do I need to change something there
first. I can extend the max connections in postgres but if we ended up
having alot more people looking at the map I'm not to sure where the balance
would be.

It seems for each person that they seem to get about +-20 or more
connections each depending on there use of the map if they add the layers
that are overlyed over the map like zones etc...



--
View this message in context: http://postgresql.1045698.n5.nabble.com/Connection-pooling-tp5776378p5776498.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Gavin Flower
Дата:
Сообщение: Re: Connection pooling
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: problem with partitioned table and indexed json field