To search, Click below search items.

 

All Published Papers Search Service

Title

Efficient Multi-threaded Crawling Using In Memory Data Structures

Author

Mohammad A.R. Abdeen,

Citation

Vol. 20  No. 2  pp. 88-92

Abstract

Crawling the internet is an important task for any search engine. A crawler is a software program that sends HTTP requests to various webservers available on the world datasphere and downloads their contents. As the size of the internet has gone through a big bang in the last decade, designing efficient parallel crawlers became a necessity. One of the factors that degrades the crawler performance is the disk access every time a file is written. As the process of crawling the web requires the download of tens or hundreds of millions of webpages, much time will be consumed in disk writes due to the seek times. This work presents an efficient multi-threaded crawler that incorporates an in-memory data structure to reduce the overall disk write times. The results show that the proposed technique can increase the throughput by about 50% at selected values of size of the in-memory data structure over the normal multi-threaded crawler with no in-memory data structure. In addition, the results show that this design can achieve an average crawler speed of 22 pages/sec which supersedes previously reported work.

Keywords

Web Crawlers, Distributed Applications, Multi-threading, In-memory Data Structures, Performance Evaluation.

URL

http://paper.ijcsns.org/07_book/202002/20200212.pdf