| Posted: 22 September 2008 at 7:31pm | IP Logged
|
|
|
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
|