Re: [HACKERS] fork/exec for backend

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] fork/exec for backend
Дата
Msg-id 199801250136.UAA25153@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] fork/exec for backend  (Tom <tom@sdf.com>)
Список pgsql-hackers
>   Regardless on the method used, the dynamic executables need to undergo a
> link step during exec().  Linking static reduces that.

True, but the SVr3/BSDI shared libraries set up the jump table in the
binary at binary link time.  It has to map into the shared library at
exec time, but it is a single mapping per shared library, not a mapping
per function or per function call.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Tom
Дата:
Сообщение: Re: [HACKERS] fork/exec for backend
Следующее
От: Jan Vicherek
Дата:
Сообщение: Re: Browsing the tables / why pgsql does not perform well (with temp fix)