On Mon, Sep 21, 2009 at 9:32 AM, Benoit Chesneau <[email protected]> wrote: > This morning I wrote a quick patch for a global db changes handler : > > https://issues.apache.org/jira/secure/attachment/12420170/db_changes.patch > > 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"} > > Timeout and heartbeat can also be set. Could be used in place of > current update db notifier. This patch is in dbchanges branch of my > repo : > > http://bitbucket.org/benoitc/couchdb/src/b8373046523b/ > > > - benoƮt >
patch and repo have been updated with tests : https://issues.apache.org/jira/secure/attachment/12420174/db_changes2.patch - benoit
