[Clam-devel] NaiveFlowControl: Missing case

David García Garzón dgarcia at iua.upf.edu
Tue Feb 27 12:35:13 PST 2007


Just to remember it for tomorrow. The current NaiveFlowControl we implemented 
today does not support the following cases:

 * Filter with bigger size + a ever runable processing
     Ever runnable processings can be a set of processing not connected to 
callback interfaces (FileIn+Oscillator) or a port less processing such 
control senders. The filter with bigger size makes some iterations end 
without filling the sink but as always there are some processing to run, Do() 
will run with no end.

 * Network without a sink
      Like analysis networks or fileOut recording. As the finalization 
condition is right now not having any sink. The flow control will just exit 
without running any other processing than sources.

David.








More information about the clam-devel mailing list