Dear Tcl team,
may I ask a bit desperate unrelated question.
The issue is, that an background invocation call of Google Crome on
Windows 10 64 bit takes sometimes one second and sometimes 15 seconds.
The TCL/Tk starkit is 32 bit.
I have the following code:
set Cmd {exec -ignorestderr -- {C:\Program
Files\Google\Chrome\Application\chrome.exe}
https://mysapmeserver:12345/sapme/template.jsf?WORKSTATION=Z_MY_WS&ACTIVITY_ID=Z_MY_ACTIVITY#
&}
if {[catch { set CmdRes [eval $Cmd] } Err]} {...err } else { ...ok}
This is invoked by a barcode scan connected to a TCL application.
There is a "&" at the end of the command to indicate background
processing. Nevertheless, it takes mostly 1 second, but sometimes 15
seconds.
The client reports, that the delay happens, if it was not used for some
time.
Do you have any hints about that? Do I do something wrong or may I point
direction Crome? Is there a faster way to open an URL on Crome?
Background usage is factory automation with the SAP ME factory
automation workbench presented by a web interface.
Would it help to switch to 64 bit TCL/Tk ?
Thank you all !
Harald