On Mon, 2008-08-11 at 10:37 +0200, Morten Mortensen wrote: > Is HttpClient 4 (HttpComponents) able to reuse HTTP connections when > used with NIO? >
Morten, NIO connections are persistent / re-usable per default. However, the API is quite low level and may be cumbersome to use without a connection manager (similar to those that exist for blocking connection objects). > Does there exist an example of a client using NIO and reusing > connections? > Presently HttpClient 4.0 does not use NIO components. There are plans to start development of a NIO based connection manager, which may eventually evolve into a full blown HTTP client, but no code has been written so far. Oleg > Regards, > Morten Sabroe Mortensen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
