On Tue, 21 May 2002, Alessandro Forghieri wrote:

> The execution order turns out to be: 1+2 and *then* 3. It looks like a
> thread is allocated to this (client,handler) pair, so Frame 1 and 3 are
> running in the same thread, separate from the thread that's running 2.

there should never be multiple requests being served concurrently by the 
same thread.  if this is happening, this is a major bug in the winnt mpm.
the same thread may handle request #1, then #3 when it is done serving #1, 
but not both at the same time.

Reply via email to