[
https://issues.apache.org/jira/browse/COUCHDB-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benoit Chesneau updated COUCHDB-360:
------------------------------------
Attachment: db_changes.patch
new patch for global change handler. It manage longpolling and continuous (set
feed=continuous, default is longpoll).
Each change send a line
{"type": "typeofchange", "db": "nameof db", "seq": "updated seq in db"}
you could also do jsonp.
> Add global _changes feature
> ---------------------------
>
> Key: COUCHDB-360
> URL: https://issues.apache.org/jira/browse/COUCHDB-360
> Project: CouchDB
> Issue Type: New Feature
> Reporter: Robert Newson
> Attachments: db_changes.patch, global_changes.patch,
> global_changes.patch
>
>
> Add a global version of _changes to allow monitoring of changes to all
> databases. It does not need to include details of the change as clients of
> this interface must track update sequences for each database anyway.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.