Seite 1 von 1

multithread opsi-client-agent-deploy bug?

Verfasst: 09 Nov 2015, 19:50
von cj82
I think this code

Code: Alles auswählen

while len(runningThreads) > maxThreads
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

Re: multithread opsi-client-agent-deploy bug?

Verfasst: 13 Nov 2015, 10:51
von n.wenselowski
Hi,

thanks for the report!

I opened an internal ticket for this.


Kind regards

Niko