concurrent shell-scripting
Sep. 28th, 2006 11:59 amI'm trying to make a shell-script that:
* runs files from a dataset, one by one (for each file, there will be one call to java)
* but after 5 minutes in the same file, it gives up and runs the next one.
Any tips about how to make this concurrency?
* runs files from a dataset, one by one (for each file, there will be one call to java)
* but after 5 minutes in the same file, it gives up and runs the next one.
Any tips about how to make this concurrency?