Re: A module bug in 2.2.1?

Ulrich Drepper (drepper@cygnus.com)
04 Feb 1999 15:36:22 -0800


Mike Harrelson <mikeh@mindspring.net> writes:

> If its anything like nscd on Solaris, it basically is a Naming
> Service Caching Daemon. It carries out and caches /etc/passwd,
> /etc/group file lookups. The one with Solaris is multi-threaded and
> can cache DNS lookups as well (if enabled). The Solaris version
> uses the DOORS interface to answer lookup requests. It can cache
> negative lookups as well. But, I'm not sure how much common
> functionality, if any, the glibc 2.1 nscd has with the Solaris one.

It does exactly this except that we can't use doors since it is not
officially supported. So we have to use Unix domain sockets.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/