Hi!
I'm evaluating the possibilities of implementing a NIO.2 / AIO based
HTTP client for a webcrawler I'm developing.
I was wondering what grizzly had to offer for that matter.
Where should I start ? Is there a AIO HTTP client already existing in
Grizzly ? Or should I develop it myself ?
The idea would be to be able to crawl thousands of domains
simultaneously only using 4 or 5 threads. I would fire the http
request and wait for it to complete before processing it.
Any help, tutorials, examples appreciated.
Thanks
Alex