On Tue, 2010-07-06 at 23:28 +0200, DELHOSTE Fabrice wrote:
> Thx.
> 
> I actually know a bit about the async client tryout. Btw I've also looked to 
> Netty (any perf idea?) and used Mina in the past years...
> 
> Even if it's helpful to understand what could be this high level package 
> (pool, ...), I'd like to know more how I could implement/reuse some 
> components for http core nio client to go first through a simple Http/s proxy 
> (no authent, no chain, ...).
> 
> Http Client supports this in a great seamless approach. Could you please 
> point me into the right direction if any of this makes sense to reuse for 
> http core nio (i've seen old discussion in the mailing list but no sample or 
> details so far) ?
> 
> Fabrice

Fabrice

What is the reason you want to be using NIO for client-side HTTP in the
first place? In my experience there is simply no real benefit of using
NIO over classic I/O for HTTP clients. NIO is slower and massively more
complex. It is just not worth it (unless used to manage outgoing
connections inside an HTTP proxy or an HTTP gateway). 

Oleg


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

Reply via email to