A few interesting reads that i bumped into..
The hidden memory allocation cost
-------SQL Server Related-------
Ramblings of a Software Engineer, Amusements of a Geek, Cacophony of a Guitarist, An Entropy Admirer's and an Interesting Character's Musings..
A few interesting reads that i bumped into..
The hidden memory allocation cost
-------SQL Server Related-------
A very inspiring read about an engineer called Qi Lu.
http://www.deccanherald.com/content/22814/a-hired-gun-microsoft-pursuit.html
Callbacks vs Events.
A superb read which shows you a way around executing callbacks in the queue when one of them throws an exception. The dispatcher framework shouldn’t stop, but should continue to fire the callbacks which are registered for that event in the queue.
http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/
Seems like a perfect solution..