At last the EntityBatchingProducerNode is working. This will replace the old
[mir.git] / source / mircoders / global / ProducerEngine.java
index b59a523..9321649 100755 (executable)
@@ -27,6 +27,7 @@ public class ProducerEngine {
   }
 
   public void addJob(String aProducerFactory, String aVerb) {
+// ML: TODO: should check if a similar job is already pending
     producerJobQueue.appendJob(new ProducerJob(aProducerFactory, aVerb));
     log.println(aProducerFactory+"."+aVerb+" added to queue");
     log.flush();