Suchergebnisse für Anfrage "nptl"

3 die antwort

Thread / proc / PID / cmdline einstellen?

AufLinux / NPTL, Threads werden als eine Art Prozess erstellt.Ich kann sehen, dass einige meiner Prozesse eine seltsame cmdline haben:

8 die antwort

NPTL begrenzt die maximale Anzahl von Threads auf 65528?

Der folgende Code soll 100.000 Threads erstellen: /* compile with: gcc -lpthread -o thread-limit thread-limit.c */ /* originally from: http://www.volano.com/linuxnotes.html */ #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include ...

TOP-Veröffentlichungen