Download von Connect.h (Connect.h ( externer Link: SourceForge.net): 952 Bytes) wird in Kürze beginnen. Wenn nicht, klicke auf Connect.h ( externer Link: SourceForge.net).

Datei-Informationen

Dateigröße
952 Bytes
MD5
d1173f579395a75700b8756c0d1a7279

Projektbeschreibung

HITCrawler is a lightweight, easy to use cralwer. The user can get the more important websites first from the starting Url.

HITCrawler is our annual project when I was a freshman.It has the following advantage: 1. The user can get the more important websites first.
2. The user can set the memory the software will use based on the task and computer configuration information.
3. Easy to use, fast running speed.

However, it has the following disadvantage:
1. It is based on single thread. The crawling speed is much slower than the multithreading cralwer.
2. We don't have a configuration file which can set the seed of the website, the connection time, etc. You have to change them in code.