OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.1 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../unscd/unscd.desc
  5. [COPY] Copyright (C) 2008 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] A reliable replacement for Glibc's nscd
  15. [T] Nscd is a daemon that provides a cache for the most common name service
  16. [T] requests.
  17. [T]
  18. [T] As designed, nscd is a multithreaded program which calls NSS libraries.
  19. [T] These libraries are not part of libc, they may be provided
  20. [T] by third-party projects (samba, ldap, you name it).
  21. [T] Thus nscd cannot be sure that libraries it calls do not have memory
  22. [T] or file descriptor leaks and other bugs.
  23. [T]
  24. [T] Since nscd is multithreaded program with single shared cache,
  25. [T] any resource leak in any NSS library has cumulative effect.
  26. [T] Even if an NSS library leaks a file descriptor 0.01% of the time,
  27. [T] this will make nscd crash or hang after some time.
  28. [T]
  29. [T] Of course bugs in NSS .so modules should be fixed, but meanwhile
  30. [T] we do want nscd which does not crash or lock up.
  31. [T]
  32. [T] unscd is a single-threaded server process which offloads all NSS
  33. [T] lookups to worker children (not threads, but fully independent
  34. [T] processes). Cache hits are handled by parent. Only cache misses
  35. [T] start worker children. This design is immune against resource leaks
  36. [T] and hangs in NSS libraries. It is also many times smaller and it
  37. [T] emulates glibc nscd pretty closely.
  38. [U] http://busybox.net/~vda/unscd
  39. [A] Denys Vlasenko <vda@busybox.net>
  40. [M] Alejandro Mery <amery@opensde.org>
  41. [C] extra/tool
  42. [L] GPL
  43. [S] Stable
  44. [V] 0.33
  45. [P] X -----5---9 800.000
  46. [D] 1227523892 nscd-0.33.c http://busybox.net/~vda/unscd/