-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mahmmoud Mahdi edited this page Nov 9, 2018
·
1 revision
Welcome to the FolderTrackingMultithread wiki!
How to Run:
- Just Run the C++ Application First
- Run C# application
- In C# Add your path and click start tracking
- 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.