Common Concurrency Problems
A common problem to Computer Science is Concurrency. Most of the application we use today, use it in order to better utilise the hardware underneath them, especially when you are dealing with multicore systems. Now a few days ago I bumped into an… »