On Sat, 2013-02-09 at 08:24 -0800, vigna wrote:
> Oleg Kalnichevski wrote
> > I am working on improving HttpAsyncClient performance right now and I
> > expect it to get better, but overall with a relatively small number of
> > concurrent connections (<1000) I expect HttpClient to outperform it by
> > 25-30%.
> 
> Well, our code is conditional, so we can test HttpAsyncClient any time by
> switching a boolean. As I said, we tried even 10000 parallel connections,
> but we could not push it beyond 5000 p/s. If it becomes faster things might
> get interesting though... :) Please let us know if you want us to test it.
> 
> 
The main characteristic of NIO is ability to handle thousands of
concurrent connection is a predictable manner rather than data
throughput. 

I'll let you know once I have something you could take for a spin.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to