Thread joining - waiting for a thread to finish

reivilo78

reivilo78

Well Known Member
In one application for my clients, I had to insert an asynchronous process inside of a synchronous process, that is, i had 4 versions of R47011 running simultaneously, but I had to run after that another batch when all the orders were in the database.As when you run a batch in asynchronous mode, the batch that runs the batch in asynchronous mode ends has soon as he has put the asynchronous jobs in the asynchronous queue, I had to add another piece of code hacking its way through the WSJ F986110 tables to know when the jobs were done.
I know that for example in the POSIX threads in C you have a function to wait for a thread to finish, I was wondering if the same exists in JDE ?
 
Unfortunately, the tool does not give developers any type of Mutex controls.

Multi-thread processing itself is a 'black-box' affair in E1 as it is.
 
Back
Top