c# - Performance profiling asp.net, what is ProcessRequestNotificationHelper? -


I am displaying asp.net web application on the load of 20 users per second. 20 users are basically hijacking the application and nothing is loading.

I am using the Redgate Display Profiler, and I'm not sure what to do about it.

12% of the time is spent in my code (which I can do to dig and improve in), but 88% of the time is spent

System .Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper (IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int Flags)

.. I have no clue what this is (well, I'm pretty sure this IIS7 has something to do with ...), and dealing with the site which is not capable

Any idea anyone? Confirmation of the process is the entry point for your profiling tool to capture your data.

DNAtrays, such as redgate, define it as entry point where their ASP.NET sensor can start identifying incoming requests in ASP.NET pipeline.



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -