- This topic has 3 replies, 3 voices, and was last updated 18 years, 11 months ago by .
-
Topic
-
I have a TCL script running from a batch script (Windows platform) via hcitcl. One of the things it has to do is check the status of a thread and possibly stop/start it. This works some of the time, but intermittently, I receive the following error: No response within timeout — Assuming process is hung!
when executing the following, $cmd is either pstop or pstart:
catch {exec cmd.exe /c hcicmd -p $pname -c “$tname $cmd”} result
Is there a way around this? Can the timeout be increased?
Thanks, Rick
Viewing 2 reply threads
Viewing 2 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.