Skip to content

Simulate multiprocessing of heavy data and demonstrate Thread Synchronization for accessing shared resource

License

Notifications You must be signed in to change notification settings

binstarjs03/Threading-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threading Practice

This program simulate processing lots of heavy data using multiple CPU Cores. This program also demonstrate you how to restrict access to shared resource (that is, multiple threads can read and write to same variable) to only single thread at a time, so it won't clashes and make the program state corrupted. This technique is called Thread Synchronization.

Also note at the time of writing this program, i am using .NET 6 and C# 10

About

Simulate multiprocessing of heavy data and demonstrate Thread Synchronization for accessing shared resource

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages