Issues
Cfexecute timeout=0 but still blocking mode
Description
Environment
Windows Server 2016 x64 english, Microsoft IIS
Details
Assignee
Michael OffnerMichael OffnerReporter
Tom HuerlimannTom HuerlimannPriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Reporter
Priority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Activity
Tom Huerlimann17 December 2019 at 12:27
yes, thanks for the update.
Pothys - MitrahSoft17 December 2019 at 12:25
,
Yes, I've confirmed the issue happened on lucee, this issue doesn't happen with the ACF.
If we set timeout = 0 means, lucee running with the blocking mode.
But, ACF didn't work with as same as lucee. It running with the non-blocking mode.
Do you understand?
Tom Huerlimann17 December 2019 at 12:11Edited
Thanks for the update.
I do not understand what you mean by ‘do the same’.
Do you mean lucee latest version is using blocked-mode even if the timeout is set to '0’ while ACF 2018 executes in non-blocking mode if the timeout is set to '0’?
Did you confirm the different behaviour by this statement and you where able to reproduce it?
Pothys - MitrahSoft17 December 2019 at 12:07
Thanks , Sorry I've confused a little bit. I made a test both ACF 18 and lucee latest version also. Lucee took some more time to execute. But, ACF didn't do the same.
Tom Huerlimann17 December 2019 at 11:42Edited
Hi all
Let me know if this helps to understand, otherwise please let me know what type of help i can offer.
https://www.netcult.ch/movie.avi
Thank you for your help.
Best regards
Tom
Hi all
I have issues executing a vbscript by using cscript.exe in non-blocking mode.
Regarding Lucee Docs here i can read this:
However; let's say the vbscript takes 15 seconds to run, my page stucks for 15 seconds. If i add WScript.Sleep 20000 at the end of the script, then the page stucks for 35 seconds until it returns.
I'm able to reproduce that cfexecute is running in 'blocking' mode regardless if the timeout is set to zero and/or if the timeout parameter is completely removed.
I'm converting an application from CF9 to Lucee. The command from above was executed in non-blocking mode on CF9: The page returned immediately as expected.
Btw: The second statement of the docs is not true as well:
If i execute cfexecute as desribed above, then i do get the output of the script returned to the webpage. Another evidence that the script is executed in blocking mode even it should not; because in non-blocking mode there should be no output returned.
I'm running: *5.3.3.62*
Did someone of you already experienced similar problems?
Update
Best regards
Tom