Re: [PATCH v2] Handle several counters simultaniously

2010-08-20 Thread Samuel Ortiz
Hi Daniel, On Fri, Aug 20, 2010 at 04:49:46PM +0200, Daniel Wagner wrote: > From: Daniel Wagner > > The current implementation does not handle multiple > counters at the same time correctly. Only the first > counter gets the updates, all others just an empty > dictionary. > > For each Counter o

[PATCH v2] Handle several counters simultaniously

2010-08-20 Thread Daniel Wagner
From: Daniel Wagner The current implementation does not handle multiple counters at the same time correctly. Only the first counter gets the updates, all others just an empty dictionary. For each Counter object the counters have to be maintained separately. --- It's still a WIP, not cleanup yet