RMS multi-threading questions
Hi all,
I have a question regarding running threads in RMS as batch.
As I read in the documents, there are two types of “threads”: table-based or file-based.
1.I understood that for file-based threading, it is my responsibility to make sure I have enough threads in “ready for start” status in the restart_program_status table and then run the program as many times I need accordingly with input files names related to the thread number. Did I get this right?
2. What is the best practice of providing files for file-based threads? Let’s say we have 10 threads to run, and we use a script to run the program 10 times?