what is the advantage of using netty-http over http component i tried replacing one with other and i dont see any performance improvements. my understanding was netty can create very few threads and send multiple http requests over one thread. can any one help me in this regard?
-- Arshid