Database
isapi.txt
Associated article: Monotoring Web Application Performance & ISAPI
Tags: Database
Published source code accompanying the article by Kevin T. Manley in which he presents an Internet Server API (ISAPI) filter for Microsoft IIS that measures the performance characteristics of web applications under realistic loads. Also see ISAPI.ZIP.
Monitoring Web Application Performance with ISAPI Aids
by Kevin T. Manley
Listing One
// Handler for SF_NOTIFY_URL_MAP notification
DWORD OnNotifyUrlMap(
PHTTP_FILTER_CONTEXT pfc,
HTTP_FILTER_URL_MAP* pUrlMap
)
{
// If this is an internal request, handle it now
...


