Click here to Skip to main content
15,881,561 members
Articles / Web Development

Simple Multi-Request Web Crawler using U++

Rate me:
Please Sign up or sign in to vote.
5.00/5 (18 votes)
4 Jul 2021CPOL5 min read 39.5K   1.5K   26  
Using asynchronous nature of U++ library HttpRequest class to implement parallel web crawler with GUI
This article looks at a simple parallel web crawler with GUI, in about 150 lines of code. We look at designing GUI, and then we concentrate on the webcrawler code.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Czech Republic Czech Republic
Mirek Fidler is C/C++ programmer for more than 20 years. He is a coauthor of U++ framework.

Comments and Discussions