Archive for September, 2008

I’ve pushed some code that, I think, will take care of the web-server crashes you may have experienced on the site. They were due to some thread-unsafe code on my part.
While deciding on some way to correctly handle DB connection pooling, I tried to dig into SQLAlchemy. I’ve heard really great things about it, so [...]