Re: http/1.1 pipelined request processing order

2002-12-02 Thread Bill Barker
"Michael Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > > From some testing I have done it appears Tomcat ensures that pipelined > requests (HTTP/1.1) are handled in order by only handing off request #2 > after request #1 has completely finishe

http/1.1 pipelined request processing order

2002-12-01 Thread Michael Yates
Hi all, >From some testing I have done it appears Tomcat ensures that pipelined requests (HTTP/1.1) are handled in order by only handing off request #2 after request #1 has completely finished processing. This adds quite a delay in processing a sequence of lengthy requests. Say 2 requests arrive