[
https://issues.apache.org/jira/browse/COUCHDB-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783318#action_12783318
]
Chris Anderson commented on COUCHDB-582:
----------------------------------------
It's one couchjs process per connected user, so that's not so hot. There's no
reason they can't be shared. Or maybe I haven't looked at the code in a while
and this optimization is already done.
In any case, what we really need is some failing tests.
> _changes filter missing updates
> -------------------------------
>
> Key: COUCHDB-582
> URL: https://issues.apache.org/jira/browse/COUCHDB-582
> Project: CouchDB
> Issue Type: Bug
> Components: JavaScript View Server
> Reporter: Chris Anderson
> Assignee: Chris Anderson
> Fix For: 0.11
>
>
> reported on the user mailing list:
> http://mail-archives.apache.org/mod_mbox/couchdb-user/200911.mbox/%[email protected]%3e
> I know there is work to be done on the filter mechanism (specifically around
> process reuse and concurrency)
> The current implementation requires a process per connected user. This should
> be not that hard to patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.