A
Akerlund
User clicks a link that displays a customer card and financial stats (has a
lot of database calls). Every 5 times the user clicks the same page/link it
takes about 30 seconds (normal response time is <1 second) to display. Then
you can click 4 times with a normal response time and the 5th the repsone
time it is 30 seconds again. The page has exactly the same parameters every
time but there seem to occur some "locking" that stops the action every 5
calls but I can not understand what this is. For other pages this could be
every three pages or every ten pages depends omn the amount of database calls.
Info:
The exactly same page and database works fine on IIS5 with consistently <1s
response times no matter how many times the page is displayed in row.
ASP application moved from IIS5/2000 to IIS6/2003. Database SQL2000 on
different server (not changed at move).
Database calls use adodb and are closed (.close() ) when used. Database
connections is set to Nothing after use.
Tracing the the database calls on the sql server shows that the calls stop
for about 30s (last command audit logout) and then commences normally.
Any suggestions on how to remedy this situation so that the 30s "hickups"
would disappear?
lot of database calls). Every 5 times the user clicks the same page/link it
takes about 30 seconds (normal response time is <1 second) to display. Then
you can click 4 times with a normal response time and the 5th the repsone
time it is 30 seconds again. The page has exactly the same parameters every
time but there seem to occur some "locking" that stops the action every 5
calls but I can not understand what this is. For other pages this could be
every three pages or every ten pages depends omn the amount of database calls.
Info:
The exactly same page and database works fine on IIS5 with consistently <1s
response times no matter how many times the page is displayed in row.
ASP application moved from IIS5/2000 to IIS6/2003. Database SQL2000 on
different server (not changed at move).
Database calls use adodb and are closed (.close() ) when used. Database
connections is set to Nothing after use.
Tracing the the database calls on the sql server shows that the calls stop
for about 30s (last command audit logout) and then commences normally.
Any suggestions on how to remedy this situation so that the 30s "hickups"
would disappear?