Mailing List Archive

httpd patch P12 updated.
Patch : P12
Submitter : unknown/
Sumary : Shared-memory name server cache
State : invote
Priority : 5
Keywords : Shared-memory, name
Have Code : No
Conflicts :
Description:

Shared-memory name server cache.

rst has something like this, though its portability can't be
guaranteed. (There are things which claim to be Unix which don't
support shared memory in any form).

--- cliffs on Fri Mar 10 04;03;52 PST 1995 ---

I question how much speed this will gain over running named localy
to cache names. It seems like a lot of trouble for a little gain.

--- cliffs on Fri Mar 10 12;36;08 PST 1995 ---

On many Suns, namespace lookup goes through NIS before it even gets to
named, which effectively serializes the transactions, since NIS is
single-threaded (besides which, NIS is a pig under the best of
circumstances and NIS%2B is worse). In any case, lookup in the
shared-memory cache is quite a bit faster than than invoking named, no
matter what named itself does afterwards.

rst