Diagnosing JavaScript Memory Leaks in the Windows IE Browser
Category: Web Development > Javascript      Posted: 16 Jun 07

Discusses how I diagnosed and fixed a memory leak in a JavaScript library. It's a very simplified example, and the same techniques probably can't be used for more complex web applications, but it might shed some light on how these memory leaks occur.

Advanced Topics in Programming Languages: The Java Memory Model
Category: Languages > Java      Posted: 09 Jun 07

This talk describes the Java Memory Model and how it affects the ways concurrent software ... all » should be written. Recent changes to the memory m...

Transactional Memory: From Semantics to Silicon
Category: Others > Discussion      Posted: 03 Jun 07

Chip-level multiprocessing has recently emerged as one of the most effective solutions to ... all » the problem of increasing processor performance. ...

Yxplorer: ColdFusion Scope Explorer
Category: Web Development > Coldfusion      Posted: 07 Apr 07

Yxplorer is a Flash based scope explorer for ColdFusion. Using Flash remoting yxplorer gives you a birds eye view of whats going on in your ColdFusions...