Re: [HACKERS] fork/exec for backend

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tom(at)sdf(dot)com (Tom)
Cc: goran(at)bildbasen(dot)se, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] fork/exec for backend
Date: 1998-01-25 01:36:05
Message-ID: 199801250136.UAA25153@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-01-25 03:50:38 Re: [HACKERS] Re: Copyright question: GPL patches for non-GPL packages (fwd)
Previous Message Jan Vicherek 1998-01-25 01:11:10 Re: Browsing the tables / why pgsql does not perform well (with temp fix)