Re: handling 20,000 connection?

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: handling 20,000 connection?
Дата
Msg-id 3DC195E0.6977.4FB2CA4@localhost
обсуждение исходный текст
Ответ на Re: handling 20,000 connection?  (Ericson Smith <eric@did-it.com>)
Список pgsql-general
On 31 Oct 2002 at 10:04, Ericson Smith wrote:

> I guess the main issue is if you're going to be having 20,000
> simultaneous connections (unlikely).

I would suggest rather than cerating all those users as database users, write a
small user module in your application and interact with database as a single
application user. That way database load will be limited to actual concurrent
user load.

I know of lot of applications which do that. And oracle came up with virtual
user strategy to shoot this scenario.

HTH

Bye
 Shridhar

--
taxidermist, n.:    A man who mounts animals.


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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: handling 20,000 connection?
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: DAFS?