Hi. i need to notify an erlang process each time a couchdb database is updated. Reading the docs I learned how to use [update_notification] to fire a script that sends that message.
It's fine, but my feeling is that sending a message from couchdb would be faster than starting a new 'heavy' process each time. I'd like to hear some comments. Thanks! -- :Matteo Caprari [email protected]
