One part of my project need this function...
When I execute the process just nemed it as proccess A, then the timing will start...
If the process cannot finish on time defined as TIMEOUT
If TIMEOUT, we will assign another job for it just say for it ie proccess B.
else the process which success finish on time then it will go process C
The problem is how the code could be return.
The code should be can determine which process finish first to determine which process it should be go... The process A and timing should run concurrently....
I headache since yesterday... But my work still stuck.... :barresed:
Thank...
When I execute the process just nemed it as proccess A, then the timing will start...
If the process cannot finish on time defined as TIMEOUT
If TIMEOUT, we will assign another job for it just say for it ie proccess B.
else the process which success finish on time then it will go process C
The problem is how the code could be return.
The code should be can determine which process finish first to determine which process it should be go... The process A and timing should run concurrently....
I headache since yesterday... But my work still stuck.... :barresed:
Thank...