LWN.net Logo

If you mean "largest monolithic piece of code" then yes

If you mean "largest monolithic piece of code" then yes

Posted Sep 4, 2008 19:28 UTC (Thu) by pphaneuf (subscriber, #23480)
In reply to: If you mean "largest monolithic piece of code" then yes by njs
Parent article: The Google Chrome comic book

Have you looked at nscd? ;-)


(Log in to post comments)

If you mean "largest monolithic piece of code" then yes

Posted Sep 4, 2008 23:23 UTC (Thu) by nix (subscriber, #2304) [Link]

I've looked at glibc nscd. Neat, fast, efficient, config file format and
means of operation entirely undocumented (who needs network serialization
when you can just shared-mmap() sparse files and read directly from the
deserialized representation of the service files).

It's enormously more efficient than the Solaris ncsd used to be back in
the day, which I can remember constantly chewing up *40%* of CPU time on
an early UltraSPARC back in the late 90s. (Of course, that was a slower
CPU, but still.)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds