[Migrated content. Thread originally posted on 20 March 2012]
I use a CALL THREAD statement (on a main processing program) to execute another program solely to accept a Cancel button so that one can terminate the main processing program at anytime by pressing the Cancel button! The above programs run on the following environments:Server: HP-UX 11iv3 AcuConnect 7.2
Client: Win XP/2003/2008/Vista/7 AcuThinClient 7.2
Test 1: Install & run the processing program on HP-UX 11.31 BOE - it took 7seconds to complete the processing!
Test 2: Install & run the same processing program on HP-UX 11.31 MCOE - it took 0.2 seconds to complete the same processing!
Test 3: Remove the Call Thread from the processing program & run it on HP-UX 11.31 BOE - it took 0.2 seconds to complete the processing
Test 4: Remove the Call Thread from the processing program & run it on HP-UX 11.31 MCOE - it took 0.2 seconds to complete the processing
From the above test results, it shows that Call Thread doesn't work well on HP-UX 11.31 BOE!
Has anyone come across this problem? Any ways to make HP-UX 11.31 BOE to achieve the same processing speed like MCOE?
Alternatively, is there a better way to achieve the process termination feature besides using Call Thread?
Thanks.
