• [^] # Re: Désolé pour les trolls

    Posté par . En réponse au journal La guerre des OS. Évalué à 1.

    > NTPL n'est jamais utilisé.

    Pas d'accord et au moins pour ça :
    http://people.redhat.com/drepper/assumekernel.html(...)
    The code in /lib/tls is the new NPTL POSIX thread library.

    $ ldd /usr/libexec/mysqld | grep thread
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00cf4000)
    $ LD_ASSUME_KERNEL=2.4.1 ldd /usr/libexec/mysqld | grep thread
    libpthread.so.0 => /lib/i686/libpthread.so.0 (0x00c76000)