On Mon, 2012-06-11 at 13:22 -0400, [email protected] wrote: > Oleg, > > I looked at buffered entity, it seems to create a duplicate copy in memory of > the entire multipart data. > I think this overhead will impact performance adversely in our application. > I understand Multipart entity is inherently blocking. Is there any other > option to use with nio to get the same behaviour? > > Thanks, > > Rishi. > >
Rishi You will need to implement a custom HttpAsyncRequestProducer if you want to be able to write request out in small chunks asynchronously. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
