@ -488,8 +488,8 @@ public final class RWIProcess extends Thread
public boolean feedingIsFinished() {
return
this.feedersTerminated.intValue() > (this.remote ? 1 : 0) &&
this.feedersAlive.get() == 0 &&
(!this.remote || this.remote_indexCount > 0);
this.feedersAlive.get() == 0;// &&
//(!this.remote || this.remote_indexCount > 0);
}
private boolean testFlags(final WordReference ientry) {