Tag Event Scripting Performance

I wouldn’t go putting async invocations into your tag scripts until you’ve run into a real, measurable problem with the current system.

You can get yourself into real trouble doing this. It’s possible that your async invocations start to pile up and you lose any guarantees about order of execution.

Plus, the number of threads and the per-tag script execution queue size is tunable via system properties if there’s a real problem.

1 Like