I’m setting up a fileset-local thread to pick up a file that an will be ftp’d to a directory on the cloverleaf (AIX) server once a day. Since I don’t need to continually poll the directory, I set up advanced scheduling to a specific time each day. What I find is that whenever I bounce the process that this inbound thread belongs to, it immediately executes the directory parse tps proc in “run” mode, which then tries to find a file(s) to process.
This doesn’t seem like correct behavior to me. At most, maybe the proc should be executed in “start” mode when the process is bounced.
Does anyone have an explanation for why it should be working this way? Or is there anything in the arguements passed to the proc that would let the tcl code distinguish between a “run” mode that is due to a processs start vs. the advance scheduling?