Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: Auto-retry POST requests slow to respond Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
ir3user
Newbie
Newbie


Joined: 30 July 2007
Location: United States
Online Status: Offline
Posts: 8
Posted: 22 September 2008 at 7:31pm | IP Logged Quote ir3user

We are having a problem where a single POST that is slow to respond is automatically resubmitted, causing duplicate requests and even slower performance.  This problem only happens on rewritten URL's.  If we submit directly to the target URL with the exact same parameters it never happens.

We're running 3.0.0.31 with default Proxy Settings of 60,30,30.  Before I update to the latest release I was wondering if changing the proxy settings to higher value should be tried first?  What happens if one of the timeouts is exceeded?  Does it auto-retry?  The descriptions of the proxy settings in the doc aren't helpful.  Please explain what is are Connect, Send and Recieve timeouts are and how I might use them for this problem?

This is an intranet application fronting a text search which is sometimes slow to respond.  We're running on Windows 2003 32-bit. 

Here is our http.conf:
AllowOverride None
RewriteEngine on
RewriteLog "C:\Program Files\Helicon\ISAPI_Rewrite3\URL_Rewrite.log"
RewriteLogLevel 3
ErrorLog "C:\Program Files\Helicon\ISAPI_Rewrite3\error.log"
LogLevel debug

# RewriteCond %{REQUEST_URI} !^/callcenter_enu.* [NC]
# DQPlus Interactive URL Rewrites
RewriteProxy /(skins/.*) http\://ws2\.sci\.com\:7001/$1 [NC,L]
RewriteProxy /(.*)\.jsp(.*)$ http\://ws2\.sci\.com\:7001/$1\.jsp$2 [NC,L]
RewriteProxy /Dqplus\.do(.*)$ http\://ws2\.sci\.com\:7001/Dqplus\.do$1 [NC,L]
RewriteProxy /images/(background|mvg|required-field|window_close)\.gif http\://ws2\.sci\.com\:7001/images/$1\.gif [NC,L]
RewriteProxy /dqserver\.html http\://ws2\.sci\.com\:7001/dqserver\.html [NC,L]

Thanks for your help.



__________________
Thanks,

ir3user
Back to Top View ir3user's Profile Search for other posts by ir3user
 
Vyacheslav
Moderator Group
Moderator Group


Joined: 02 July 2008
Location: Ukraine
Online Status: Offline
Posts: 673
Posted: 23 September 2008 at 2:42pm | IP Logged Quote Vyacheslav

Hi.
I offer you to update your version up to 3.1.0.56.
Also please provide your rewrite.log file.

__________________
Kind regards!
Vyacheslav Shinkarenko, HeliconTech.
Back to Top View Vyacheslav's Profile Search for other posts by Vyacheslav Visit Vyacheslav's Homepage
 
Anton
Moderator Group
Moderator Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 4701
Posted: 25 September 2008 at 7:25am | IP Logged Quote Anton

Guess it's not necessary to change the default settings, though you may try.
After timeout is exceeded you'll get timeout error in your browser.
Also cosider updating to the latest build.

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You can vote in polls in this forum