Hacker News new | ask | show | jobs
by local_crmdgeon 1004 days ago
>I used postgres subscribe/listen built in combined with a database table to get a distributed message system.

Every single person I know who's done this says it was a fantastic decision, and the "eventually I'll have to migrate to X" never came.

1 comments

how do deal with connection limits? you can't listen through a pooled connection.