Hacker News new | ask | show | jobs
by waffle_maniac 1577 days ago
I thought that was an ActiveRecord problem. We use MYSQL and have a lot of long-lived connections.
1 comments

Not sure how it works with MySQL, but with postgres the most common pooling options use transactional mode, which doesn't support LISTEN/NOTIFY.