bonnie reports that char i/o with glibc 2 is much slower than with libc5. What can be done?
{AJ} The GNU C library uses thread safe functions by default and libc5 used non thread safe versions. The non thread safe functions have in glibc the suffix `_unlocked’, for details check