Download of Readme.txt (Readme.txt ( external link: SF.net): 408 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
408 bytes
MD5
e8123bf12d79a0eda18e4eb61a108bda

Project Description

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.