uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

dotsTheComputablesManager gets slower over time #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In running the plexon integration demo task for many minutes, I observed that 
the client-server communications got slower and slower over time.  I suspect 
that this happens when sending topsDataLog updates, but I need to look in more 
detail at the getResult method of confegurePlexInt task.

One symptom is the increasing frequency with which dotsTheComputablesManager 
gets stuck "waiting for its server counterpart".  So I suspect the problem 
happens when writing log updates.  Either the wrong updates/number of updates 
are being send, or the log is growing ungracefully.

Original issue reported on code.google.com by Benjamin.Heasly on 8 Oct 2010 at 11:55

GoogleCodeExporter commented 8 years ago
Since there's only one of me developing and I have other projects, I'm forced 
to move this to a lower priority.  It's still important...

Original comment by Benjamin.Heasly on 28 Oct 2011 at 2:00

GoogleCodeExporter commented 8 years ago
As of version 1.0 there will be no ComputablesManager, so this is not a useful 
issue.  It remains to be seen if a similar issue arises with implementations in 
version 1.0.

Original comment by Benjamin.Heasly on 8 Jan 2012 at 10:01