Hello, I have written a ISAPI Filter to process all browser requests that hit my IIS 6.0 Server. It appears that IIS 6.0 only allows 2 requests to be processed by the Filter at any time, with the others being queued. The queued requests are sent to the ISAPI Filter after earlier requests are processed...