By using an unmodified MySQLdb driver, FriendFeed did not make asynchronous calls to the database. I searched around and found this comment w/ response from Paul Buchheit about the issue: http://news.ycombinator.com/item?id=1479301
Do you need to make async calls to the database because your queries are slow?
Do you need to make async calls to the database because your queries are slow?