On Thu, Dec 18, 2014 at 7:19 PM, Rajath Subramanyam <rajat...@gmail.com> wrote: > > Thanks Ken. Any other use cases where counters are used apart from > Rainbird ? >
Disqus use(d? s?) them behind an in-memory accumulator which batches and periodically flushes. This is the best way to use "old counters." "New counters" should be usable in more cases without something in front of them. =Rob