-
Recent Posts
Recent Comments
- Patrick on MapCustomizer.com Launches
- Sasha Parker on MapCustomizer.com Launches
- Patrick on MapCustomizer.com Launches
- Sue Lavalli on MapCustomizer.com Launches
- adam meiklejohn on MapCustomizer.com Launches
Categories
Tags
apache beer beernutz bigbrother boston bottle buttons cartography computers conditioning css database deadlock draft economics firebug freedom gmail hexadecimal homebrewing html java javascript maps mbta mustache outlook performance podcasts politics productivity programming quality random recipe scala sea stackoverflow subway surveillance taxes tricks tv web wedding
Tag Archives: database
a tip to prevent deadlocks on database connections (or, at least detect them early)
It seems there were a lot of points in our code base at work that are ripe for deadlocking on database connections. We are acquiring a connection, and then calling some other methods, and a few frames down the stack, we acquire another connection (before releasing the first). This, of course, can result in a […]
Mapping site should be faster now