|
Written by P. Most
|
|
The usual way to synchronize thread access to a shared resource, is by convention or agreement through comments in the source code. The obvious risk is of course that you might forget or overlook this important hint, with the usual consequences of a corrupt or invalid data state. So how can we make sure that accessing a shared resource is synchronized?
|
|
Last Updated on Tuesday, 02 February 2010 20:21 |
|
Written by P. Most
|
|
How can you apply the visitor pattern if you don't control the object structure or if there isn't one to begin with.
Coming soon ... |
|
Last Updated on Monday, 11 January 2010 14:16 |