Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Reduced Performance with SPDY Client

Nicholas,

On Sat, Nov 23, 2013 at 10:39 PM, Nicholas Lun <nlun@xxxxxx> wrote:
> Alright so I'm removed the inconsistencies in the test and I'm still seeing
> less performance with the HttpClient when sending Http over SPDY instead of
> plain Http. I understood that most of the performance benefits come from
> reducing the number of round trip, but I didn't really expect a performance
> loss in the actual round trip. Could someone confirm that the results I'm
> seeing are expected?

We are working on improving SPDY's performance, and although the work
is mostly geared towards server performance, the client will benefit
too (it's the same codebase).

HttpClient's HTTP transport has been really fine tuned for performance
because we use it as our primary load test tool.

I'm interested in following up on this. I will be out the first half
of the week to a conference, but meanwhile you have your test code
available ?

We did measure SPDY to be vastly better than HTTP when used in
conjunction with browsers, which only allocates 6 HTTP connections.
Measurements with a Java client may really be different depending on
the client configuration and so forth, so a detailed description of
your tests and the code are really important to clearly understand
your use case.

For example, I would expect performance to vary if the client is tuned
for large uploads or for small downloads, etc.

I'll try to follow up on this thread; meanwhile, please file an issue
about this, so we won't forget.

Thanks !

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top