You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Mike Fedyk <mf...@mikefedyk.com> on 2010/11/20 04:20:47 UTC

Best way to monitor _changes when each user/cust is on a separate database?

Hi,

I've seen several references to separating users into individual
couchdb databases, and I think that may work well for my purposes, but
how do I avoid having 1 million sockets long polling on _changes if I
have 1 million users/custs/databases?

Thanks