diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-28 03:40:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-28 03:40:26 +0000 |
commit | a16e35856aaedbb02fd1b6c55afc12994dd639b6 (patch) | |
tree | a0c8d6d3387beaa60c64d013e585697bfb18d319 /ChangeLog | |
parent | 0fdb4f42e49b92035f8531f086647e30da169693 (diff) | |
download | glibc-a16e35856aaedbb02fd1b6c55afc12994dd639b6.tar.gz glibc-a16e35856aaedbb02fd1b6c55afc12994dd639b6.tar.xz glibc-a16e35856aaedbb02fd1b6c55afc12994dd639b6.zip |
Update.
* nscd/connections.c (client_queued): New variable. (nscd_run): Revamp the loop. Don't call poll except for cleanup threads. Keep track of the number of delays caused because of busy worker threads. * nscd/nscd.h: Declare client_queued. * nscd/nscd_stat.c: Transmit and print client_queued information.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d8d0321b6a..0562bdd02b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,13 @@ 2003-04-27 Ulrich Drepper <drepper@redhat.com> + * nscd/connections.c (client_queued): New variable. + (nscd_run): Revamp the loop. Don't call poll except for cleanup + threads. Keep track of the number of delays caused because of busy + worker threads. + * nscd/nscd.h: Declare client_queued. + * nscd/nscd_stat.c: Transmit and print client_queued information. + * locale/programs/locale.c (show_info): Use '\177' instead of CHAR_MAX. * Makerules ($(common-objpfx)shlib.lds): Don't use PROVIDE to |