11-07-2005 11:23 AM
Ok, so two different applications each have their own instances of StationGlobals which were common until the launch of the first application. I can accept that (reluctantly). But how about multiple threads of the same application, are StationGlobals truly shared 100% of the time? My OperatorInterface depends on it.
Hurst C.
11-08-2005 01:25 AM
You should have no problems with using StationGlobals across threads as you would be using the same engine instance.
Regards
Ray Farmer