Hello, I'm relatively new to the world of AcuCOBOL.
I'm working on multi-thread programs (on Windows machine) and I was not able to understand the resulting behavior. So I have a couple of questions.
Does the runtime really create different system-threads for every COBOL-threads calls ?
If I have a cpu-intensive thread, does the runtime give in any case some resources to the other threads or I need to slow-down the first one (i.e. adding explicit sleep instructions) ?
Thanks
#cobolthread



