Are there any details on how this works/can be used? I went to the "Vensim DSS Reference Supplement" for details but found none. As far as I know only one model could be loaded at a time, but this would be useful in that two models could be run separetly and communicate with each other at certain intervals using the DLL without having to come up with a hacky solution.DLL Contexts
The Vensim DLL is now available in a configuration that allows for multiple context definitions. This is very useful to support a server environment in which multiple models may need to be open or multiple copies of a given model may need to be open for different users. Each context can be executed independently using different threads so that actions may be performed in one context while another may be busy performing a simulation. See the Vensim DSS Reference Supplement for details.
Any advice or even an example as to how this works would be really useful.