shellout.setMaxSize(20);
stdproc.setOutputBuffer(shellout);
stdproc.setIOTimeout(PROC_INST_TIMEOUT);
procmap.put(STDINPROC_ID, stdproc);
outreader = new MultiBufferObjectReader(null, shellout);
//log.debug("Shellout buffer: " + shellout);
}
runtime = new ShellRuntime(this, interactive);