Notify all dynodes via broadcast?

Is there a way to notify all dynodes with broadcast? I would like to notify the websites of the configuration change so that they can set up the new configuration without rebooting. I understand that broadcasts usually need to be implemented with a third party mechanism, but I feel like this is a bit overrated on the rare times I want to do a broadcast like this. Is there an easy way?

Thanks Otto

+3


source to share


1 answer


You can use the built-in postgres listen / notify http://www.postgresql.org/docs/9.2/static/sql-notify.html



0


source







All Articles