Timeout while executing CGI module - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Timeout while executing CGI module (/thread-3327.html) |
Timeout while executing CGI module - PaulWeem - 06-21-2023 Hi, I am using a CGIRunner to perform some database tasks. But before the CGIRunner finishes successfully, I get a Timeout error. What can I do to prevent this from happening? Thanks in advance! Cheers, Paul RE: Timeout while executing CGI module - Fabrizio Conti - 06-22-2023 Hi Paul, you can use CGIRunner.ExecuteTimeout to change the default timeout value. Fabrizio RE: Timeout while executing CGI module - PaulWeem - 06-22-2023 Thank you Fabrizio, that did the trick!! |