Skip to content
Mahmmoud Mahdi edited this page Nov 9, 2018 · 1 revision

Welcome to the FolderTrackingMultithread wiki!

How to Run:

  1. Just Run the C++ Application First
  2. Run C# application
  3. In C# Add your path and click start tracking
  4. Go

How it work: C++ create a pipe to handle c# requests. Each url will handle in a single thread which send tracking results to c# application. C# application also handle each request in a single thread.

Clone this wiki locally