Typo not letting go of connections?

I’ve had problems with typo using up all the connections to my
database with both a mysql database and a postgres database. Has
anyone else seen this problem?

Matt

Unless you’re doing something really odd, Typo (and any Rails app,
really) should only open one connection per dispatcher. So, how many
Typo processes are running? For most users 2 dispatchers should be
enough.

Scott