Helloo,
async http client from AsyncWeb works, it is used in our production
system (after small changes - as I remember, something about cookies,
there were a bug).
One more thing to remember is that it is not optimal to use it for large
http responses, because the response is usually received all at once, so
you have constant memory allocation and high GC activity. But for small
responses it works great!
Also, you can try another async http client:
*
http://jfarcand.wordpress.com/2010/06/23/async-http-client-1-0-0-released/
* http://github.com/ning/async-http-client
Victor N
On 09/07/2010 09:28 AM, LongkerDandy wrote:
Hi, I'm looking a convince way to use NIO http client.
I thought AsyncWeb could fit my requirement, but the web site really lack of
information.
Is AsyncWeb project still alive.
Because I can't find any document and release balls.
Regards
LongkerDandy