There is a delay in startup of a scenario on Windows. Likely cause could be how sqlite behavior is on Windows.
There is also a cleanup issue of sqlite files on Windows on termination. Most likely, the graph object is not being properly garbage collected on Windows. Similar issue arises sometimes in Linux when gamms is used in a child process. Easiest likely solution would be to force garbage collection of the graph object on termination and not rely on OS specific behavior.
There is a delay in startup of a scenario on Windows. Likely cause could be how sqlite behavior is on Windows.
There is also a cleanup issue of sqlite files on Windows on termination. Most likely, the graph object is not being properly garbage collected on Windows. Similar issue arises sometimes in Linux when gamms is used in a child process. Easiest likely solution would be to force garbage collection of the graph object on termination and not rely on OS specific behavior.