Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enabling HTTP keep alive
Message
From
08/10/2010 07:50:19
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01483751
Message ID:
01484456
Views:
39
>You should try to instrument your app and check and see exactly what's taking up the time. Is it startup of the applicaiton? is it individual requests? Is it your SQL connection?
>
>You can hookup Application_Start and Application_End to see if your app is being shut down frequently

The application has already started so it is elsewhere. Also, when the application starts, the log time would be calculated from the point the application initialization would be completed. So, because I have a hit of 5 seconds when this happens, for a hit that takes 0.2, this means something is slowing down somewhere. It is not to a specific hit. It is general. So, when the IIS or SQL Server go in sleep mode, no matter the hit, it will take 5 seconds on the first one. Then, the IIS or SQL Server is back to normal and everything is ok. I will add a trace towards the SQL connection. This is probably where it is.

BTW, the idea of adding a log on start and on end is a good idea. I wonder why I never thought of that in the first place.

I will let you know. Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform