byzhang / signal-collect

Automatically exported from code.google.com/p/signal-collect
0 stars 0 forks source link

Validate ComputeGraph Configurations #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: It is possible to combine a SynchronousWorker with an 
AsynchronousCoordinator. This combination will fail to interact as expected.

Enhancement: Configurations should be validated in order to prevent such 
problems.

Original issue reported on code.google.com by philip.stutz on 13 May 2011 at 9:27

GoogleCodeExporter commented 9 years ago
Problem has been solved by unifying the different worker types. No validation 
necessary now.

Original comment by philip.stutz on 19 Jul 2011 at 9:25