multithread opsi-client-agent-deploy bug?
Verfasst: 09 Nov 2015, 19:50
I think this code
is wrong. In this way I can have maxThreads +1 process active.
The correct code wuold be
Code: Alles auswählen
while len(runningThreads) > maxThreads
The correct code wuold be
Code: Alles auswählen
while len(runningThreads) >= maxThreads