Thanks for the reply. I am interested whether HTTP pipelining can be used in web services for increased performance. The HTTP1.1 rfc (8.1.2.2 Pipelining) states that POSTS should not be pipelined but since it is only a "should" I would like to know if this aspect of HTTP1.1 (the ability to pipeline requests) is supported by web service infastructure in general and cxf in particular. If the server supports 1.1 and the rfc mandates to support pipeling, can the web service clients pipeline requests?
________________________________ From: Benson Margulies <[email protected]> To: [email protected] Sent: Sun, July 18, 2010 9:48:48 PM Subject: Re: cxf/http 1.1 CXF has no direct opinion. It sits behind some HTTP server or another, and that server is responsible. The default, embedded, server is Jetty 6, and I strongly suspect that it supports 1.1. On Sun, Jul 18, 2010 at 1:11 PM, am am <[email protected]> wrote: > Hi, > > In the cxf supported standards, there is no mention of HTTP. Does cxf support > HTTP1.1? > > >
