All,

I'm working on couchdb-lucene
(http://github.com/rnewson/couchdb-lucene) and would like to provide
feedback on long-running index tasks (which could take minutes
depending on the amount of change) the same way that compaction and
view generation feedback is provided.

Specifically, some way to call add_task and update from an external. I
appreciate that cleanup is currently mediated by Erlang process
management. Externals would need a remove_task method, which is not
ideal.

Any thoughts?

B.

Reply via email to