dynamic loading of .so

Поиск
Список
Период
Сортировка
От TJ O'Donnell
Тема dynamic loading of .so
Дата
Msg-id 43502E27.7050209@acm.org
обсуждение исходный текст
Список pgsql-general
I have begun to use some static variables in my c-language
functions to maintain state (3rd party licensing issues) during
the course of a session (postgres process, spawned by postmaster).
When I use dynamic loading of my .so,
each session is independent, with its own static variables.
Will the same be true if I were to load the .so once when
the database starts up?  Or will there be just one set of
static variables for all sessions?

TJ

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

Предыдущее
От: Douglas McNaught
Дата:
Сообщение: Re: dynamic loading of .so
Следующее
От: Johan Wehtje
Дата:
Сообщение: Re: PostgreSQL 8.1 vs. MySQL 5.0?