LOTUSSCRIPT LANGUAGE
1. Add the following line to your NOTES.INI file:
Note Enabling multiprocessing is not the same as increasing the number of agent managers.
Thread-safe LSX, C/C++ code
Notes is thread-safe. To write multithreaded agents, you must make sure your LSX or C/C++ code is thread-safe.
Thread-safe code means one of the following:
Threading problems are usually non-deterministic.
Common threading problems include:
To create locks, use the command:
To remove locks, use the command
See Also