vote up 0 vote down star

im building a large-scale web crawler, how many instances is optimal when crawling a web when running it on dedicated web server located in internet server farms.

flag

50% accept rate
1  
Are you going to crawl the web? Or an intranet? Once? Every two minutes? For what purpose? Your question is way too vague to be answered seriously. Please elaborate a little bit. – balpha Jun 21 at 10:03
semi-vertical search. crawl the internet with custom index format. my target is to index once a week. using libcurl,libxml2 and sqlite (for url queue). recent test runs proves to be very stable with 5 threads (multi-threaded crawler with single threaded indexer) – kar Jun 21 at 12:59

1 Answer

vote up 1 vote down check

spare_memory_on_machine / memory_footprint_of_crawler_process * 0.95

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.