My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
multithreading
.
Show all posts
Showing posts with label
multithreading
.
Show all posts
Friday, 13 April 2012
How to terminate thread gracefully
›
Wait for "terminate" event inside thread callback and once it's signalled, set flag which will cause execution to leave the lo...
Thursday, 5 April 2012
Singleton pattern
›
This pattern: disables creation of more than one instance of a class provides global access to the class A long time ago I used to be a...
Monday, 30 January 2012
Thread and process synchronisation with mutex
›
In my previous article I described how to use semaphore in order to synchronise threads or processes. Mutex is a semaphore specialisation a...
Thread and process synchronisation with semaphores
›
Semaphore is a synchronisation object that controls resource access (critical section execution) by maintaining the number (count, n ) of ac...
›
Home
View web version