Basic HTML version of Foils prepared March 26 1999

Foil 109 runEdysImp

From Use of WebFlow to build Problem Solving Environments CEWES Training on WebFlow at Vicksburg -- March 9 1999. by Tom Haupt


receiveData(){
receiveStat(param3,param4,edysend);
receiveEDY();
run(); }
receiveEDY(){
getHTTPfile(ContentsFile,ContentsFileURL); if(ContentsFile.equals("end")) flag=false; else {
for i=0;i<nfiles; i++){ ... translate names *.edy -> edys expectations
getHTTPfile(EdysInDir+fn, FileBaseURL+fn);} }
receiveStat(int, int, long){
readHTTPfile(StatFileURL);
... StartDay, DayDiff ...options writeFile(OptionsFile,options); //options.txt
run(){
Process p = Runtime.getRuntime().exec(EdysExec);
p.waitFor(); if(flag) { sendData(); fireEvent("EdysDone",ev);} }
sendData(){ createContents [OutContents] copy files from EdysOutDir to OutFileBase
}
Casc2dDone
event
EdysDone
event



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Mar 27 1999