ProxyModule.dll Timeout

Post Reply
sroth
Posts: 44
Joined: Mon Jul 23, 2007 11:21 am

ProxyModule.dll Timeout

Post by sroth »

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>
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

ProxyModule.dll Timeout

Post by jason112 »

What's your setup, Windows 2003/IIS6?

> The connection simply closes with no error messages.

Does that apply to proxyModule, texisISAPI, or both?
sroth
Posts: 44
Joined: Mon Jul 23, 2007 11:21 am

ProxyModule.dll Timeout

Post by sroth »

Windows 2003/IIS6. I'm use the same machine for comparing TexisISAPI with ProxyModule. I just just change the wildcard application map to use one dll or the other.
sroth
Posts: 44
Joined: Mon Jul 23, 2007 11:21 am

ProxyModule.dll Timeout

Post by sroth »

Would it be better if I moved this to a paid customer ticket?
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

ProxyModule.dll Timeout

Post by jason112 »

Might as well, it was going to head there anyway for a proxyModule.dll update. Please send an email to support-jason@thunderstone.com and I'll fill you in on my thoughts sofar.
Post Reply