Hi,
I am using Nutch 1.10 and have some confusion over concurrency over crawl deal.

For e.g 

fetcher.server.min.delay = .300
fetcher.threads.per.queue = 10
fetcher.queue.mode = byHost (for simplicity lets assume there is only one host)



Now we have defined 10 threads, how this will behave, 10 request will be sent 
to host same time or first thread will hit and then after 300 ms second thread 
will hit.
If thread can not hit at same time then whats the use of having multiple 
threads as each thread has to wait 300 ms.


Thanks MV

Reply via email to