Re: [Gnoga-list] Execute_Script Timeout

2018-06-30 Thread Jeremiah Breeden
I don't have any real experience with Execute_Script, but I do agree that a hard coded timeout does seem odd. There may be a reason for it, but I don't know off hand. I don't have enough experience with JS execution to know if it is idiomatic to repeat a script if it fails to execute or not.

[Gnoga-list] Execute_Script Timeout

2018-06-21 Thread Miguel Angel Olivan
Dear gnoga folks, I have encountered some timeout problems executing Gnoga.Server.Connection.Execute_Script. If I understand the code correctly, this function tries to execute a script with a fixed timeout (3 seconds) If this execution reaches this timeout it *executes again* the script. Some