05-11-2011 06:44 AM
Hello,
I am making a test sequence (in TestStand 2010), which uses a DLL to communicate (through TCP sockets) with a JAVA program.
The execution of tests goes perfectly, with CPU load varying from approximatly 7% to 25%.
However, after a short period of time (couple of seconds) when the tests are finished, the CPU load of SeqEdit.exe rises to 50%, and stays at that level..
(Since I have a dual core PC, this means it confiscates an entire core).
When I start another test, or close TestStand, the high level goes away.
In the Cleanup section of the main sequence, I do (just to be sure) an extra "Unload all modules".
I already tried reinstalling TestStand, that didn't fix the issues.
Anyone any clue?
Jeroen
05-11-2011 06:48 AM
By the way, it does not happen every time after I have run a test sequence.
But it only happens when a test sequence has been run...
05-11-2011 09:03 AM
Hi,
My guess is it's got soemthing to do with your code module. Have you tried one of the supplied examples, I believe there is a JAVA example, and do you see the same problems.