Re: Use of global and static variables in shared libraries

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Use of global and static variables in shared libraries
Дата
Msg-id 46EAF944.2010602@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Use of global and static variables in shared libraries  ("Don Walker" <don.walker@versaterm.com>)
Список pgsql-hackers
Don Walker wrote:
> Q2 b) You seem to imply that, since the backend doesn't use threads,
> simultaneous single evaluations of my aggregate by different
> users/connections would not be a problem for the static or global variables.
> If 200 users want to evaluate my aggregate at the same time how does the
> backend service them?

They will all use a different backend process. Each backend serves one
connection.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Hannes Eder
Дата:
Сообщение: Re: MSVC build system
Следующее
От: August Zajonc
Дата:
Сообщение: Re: 8.3 Open Items