users@grizzly.java.net

Async http calls

From: Denis Borovikov <denis.borovikov_at_gmail.com>
Date: Fri, 15 Jul 2011 23:33:25 +0400

Dear, all,

My question is about grizzly-http-webserver 1.9. Currently I work on the
highload web-service. I want to make asynchronouse http calls. As a
http-client I chosen the com.ning async-http-client. Can I do the current
thread be yielded after the async call and the request processing be
finished after getting http response?

Best regards,
Denis.