Group: Administrators
Posts: 13K,
Visits: 104K
|
To explain why that is: Before Inquisit can start to actually execute a given script, it must check it for syntax errors, verify that any external files (images, etc.) the script needs are where they ought to be, etc. If Inquisit didn't do that, you'd risk failing catastrophically at runtime and -- at worst -- loosing some of your data. Those checks are what happens during the short transition periods when running multiple scripts one after another via <batch>.
If you have everything in a single script, Inquisit only has to perform syntax, etc.checks once -- at the very beginning of the session. Hope this clarifies.
|