Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 294 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 294 Bytes

crawler

Web Crawler made for Operational Systems subject.

The program consists in a crawler who captures all img links and saves them inside a buffer, using one thread for url. The other part consists in downloading the links simultaneously, and focusing on solving critical section issues.