|
Hi,
I have an ASP based application which is using SQLServer 7.0 database. The problem i am facing now is:
When i access the ASP pages from the browser, WITH PROXY, it is very fast.
When i access the ASP pages from the browser, WITHOUT PROXY, it is unreasonably slow.
And about my environment:
-------------------------
The database i am using is a clustered SQLServer 7.0 and it is high end infra.
The web server i am using is win 2003 server based. More importantly, the webserver was recently upgraded from its earlier Win NT 4.0 Server to Windows 2003 server.
Database does not contain huge data since we have just deployed the application.
The page i am accessing does not contain too much graphics.
I am using the pragma, no-cache directive to force the browser to fetch the page directly from the server(instead of proxy).
With the above things, i do not know why the pages are very slow. And why the pages are very fast thru proxy? My pages are basically database linked pages and regardless of the proxy, performance must be the same for both cases - with and without proxy. Even if it is slow, i would expect it to be slow under both circumstances as proxy can not cache the database content. In my case, with proxy, the page access is fast.
I suspect there is some problem with the network settings(how it is routed, gateways, etc...). But i have no proof to say that.
I am still fighting to resolve this. Pls help.
Thanks,
Peria.
|