Posts Tagged ‘Stack’

Multithreading

Thursday, March 19th, 2009

Making an application multithreaded means having several threads,
several functions running at the same time. This may look simple,
and not complicated, but there are certain ‘problems’ that could appear.
The most important factor of multithreading is synchronization!
(more…)