|
|
|
|
|
by icebraining
4969 days ago
|
|
With a traditional database this typically means a service that is constantly querying for new processing tasks or messages. Traditionally, but not necessarily; PostgreSQL supports the LISTEN and NOTIFY commands for asynchronous notifications, without polling. |
|