I have a large list of URLs (about 1 millon) and I want to run

- one thread that runs through the list and asynchronously sends GET
requests
- several worker threads that process the responses

Is it possible to separate sending GETs and processing responses in
different threads using Apache Client ?

Any ideas are welcome!

Reply via email to