Hey there, CherryPy does not fully support HTTP 1.1 I agree but it is one of our target, to be conditionnaly compliant with HTTP 1.1 asap.
Now pipelining is tricky to do and I believe it might be a while before we do support. - Sylvain Selon Jeff Watkins <[EMAIL PROTECTED]>: > > Leonardo wrote: > > Thanks Jorge... :) > > > > but my question is: > > > > the apache example: > > With 20 request in apache server, from only one client, it list > > only one port opened. The TG list 20 ports opened. > > > > When I load one page, the TG opened several connections (why ?) and > > apache only one connection. Why this? > > > > thanks for help-me =D > > > > This is because Apache supports HTTP 1.1 while CherryPy only supports > HTTP 1.0. The 1.1 spec permits connection reuse. So the browser can > request the main page, then the style sheet, then the images. ALL in one > connection. > > -- > Jeff Watkins > http://newburyportion.com/ > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.

