Error!
Success!

Multithreaded Apps Made Easy Using Aspects - Part 2

0
kicks

Multithreaded Apps Made Easy Using Aspects - Part 2  (Unpublished)

In Part 2, we made it easy to switch from one thread to another. That was the easy part! Now, how do we ensure threads don't compete when they need access the share resources? Horrified by the idea of directly using ReaderWriterLock in your code? Rightly so. This article shows you an easier way: apply [Reader], [Writer] and [Observer] custom attributes to the methods that need it.


Kicked By:
Drop Kicked By: