Get a list of all current requests of an application?

D

DC

Hi,

for diagnostic purposes I would like to dump out the Request.RawUrl
(and how long they are already in process) of ALL requests an ASP.Net
AppDomain is currently serving. Is there an easy way out or do I have
to make up this list myself, in an HttpModule for example? (IIS logging
is no option.)

TIA for any suggestion on this,

regards
DC
 
B

Brock Allen

The HttpApplicationFactroy keeps a list of available HttpApplications that
are not busy, but I don't seem to see a list of ones that are in use. So
presumably they're in use, finish, then put themselves back in the waiting
queue. And this is all private/internal, so a HttpModule with your own list
is probabaly your best bet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top