- Регистрация
- 25.01.2012
- Сообщения
- 1 058
- Благодарностей
- 244
- Баллы
- 63
Just finished a new project where I have to keep the number of running threads at the same amount. I set the max. nr. of threads to 3 and in the scheduleler running one after another with adding 3 attempts at a time. But when a thread runs into an error or stucks at some point the whole project run further on 2 threads instead of 3. After some time just 1 thread is running till it stops completely and get re-scheduled after some time.
How can I keep the project running with 3 thread in parallel continously?
Thank you mates.
How can I keep the project running with 3 thread in parallel continously?
Thank you mates.