I am attempting to upgrade TexisISAPI.dll to ProxyModule.dll.
I'm seeing a difference with the ISAPI timeout. Under TexisISAPI.dll the timeout in the Texis.cnf is respected.
; ------------------------- Monitor web server settings ----------------------
[Httpd]
Run Level=1
port=10700
Transfer Log=%INSTALLDIR%\Texis\transfer.log
Vortex Path=/texis
Timeout = 6000
When using ProxyModule.dll, I'm getting a timeout of 30 seconds on all scripts. If I run the same code under TexisISAPI.dll, the timeouts are respected.
The connection simply closes with no error messages. I'm testing using geturl.exe.
I have the following set within my script.
<TIMEOUT = 3600>
<timoutMessage>The Script Has Timed Out</timoutMessage>
</TIMEOUT>
<vxcp timeout 3600>
I'm seeing a difference with the ISAPI timeout. Under TexisISAPI.dll the timeout in the Texis.cnf is respected.
; ------------------------- Monitor web server settings ----------------------
[Httpd]
Run Level=1
port=10700
Transfer Log=%INSTALLDIR%\Texis\transfer.log
Vortex Path=/texis
Timeout = 6000
When using ProxyModule.dll, I'm getting a timeout of 30 seconds on all scripts. If I run the same code under TexisISAPI.dll, the timeouts are respected.
The connection simply closes with no error messages. I'm testing using geturl.exe.
I have the following set within my script.
<TIMEOUT = 3600>
<timoutMessage>The Script Has Timed Out</timoutMessage>
</TIMEOUT>
<vxcp timeout 3600>