Bindings, Platforms, and Innovation
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
Tracking change and innovation in the enterprise software development community
Posted by Jonathan Allen on Aug 18, 2008 06:46 AM
Out of the box, .NET doesn't have any support for deadlock detection. Normally the way one checks for deadlocks is by attaching the debugger and examining each thread. Corneliu, creator of the GUI debugging tool HawkEye, has offered an alternative. His ACorns.Debugging tool works against most .NET programs, without recompiling them. Corneliu summarizes his tool as follows:
- The tool does not require to have the code re-compiled in any way or form, with any external dependencies, nor reference any external library or have you modify your code to use any special type of locks inside your code
- It works on release builds with no PDB files
- It works on running processes or previously captured memory dumps
- It detects deadlocks across multiple threads and returns detailed call-stack and lock usage information
- It only detect deadlocks in which threads are actively waiting for locks acquired by other threads
- It does not detect the dining philosophers problem or deadlocks created in combination of time waits + wake/check + lock
- It has an external dependency on the cdb.exe (part of the the free Debugging Tools for Windows package from Microsoft)
- It requires absolutely no installation. It an xcopy deployment
- And best of all it’s free (source code to be published soon)
For those of you just starting with parallel programming, Corneliu offers a brief introduction to deadlocks and instructions on interpreting the results of his program.
ACorns.Debugging.FindDeadlock.1.0.1.zip depends on Microsoft's Debugging Tools for Windows.
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.
This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.
This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.
This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.
Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.
1 comment
Watch Thread Reply