The initialization script performs any processing that only needs to be run once for a given schema. This normally consists of
Setting callbacks if necessary.
Setting app.ExcludePaths.
Creating any functions that will be called subsequently by the parser script.
Creating any variables used by the callbacks or parser script.
If the data rate will be high then it is more efficient to move as much code as possible from the parser script to the initialization script.