Hi there, this is my first post here and please dont’t flame for being a newbie
I’m wondering what happend if 2 files are received at the very same second in the same windows session with PESIT protocol with a few ms lag.
Say :
-file1.txt 13:13:13.001
-file2.txt 13:13:13.005
How do files are processed, serial or parallel ?
If serial, coding “sleep 3600″ in sleep.bat for a file*.txt decision rule would result in one hour lag in file2.txt deposit.
If parallel, there should be a isolation of environment variables, but I dont see anything like this in help.
If some replys confirms this, I might unzip dynamically using %environment_variable% with confidence instead of sleeping
I’ll unzip asynchronously for sure
I’m pretty sure there wouldnt be any collision between parallel unzip of files received serially but I just needed to ask experts!
Thanks,
Alex Bouchard
continue reading.....