Is it possible to have an out-of-process COM server where a separate O/S process is used for each ob
- by Tom Williams
I have a legacy C++ "solution engine" that I have already wrapped as an in-process COM object for use by client applications that only require a single "solution engine".
However I now have a client application that requires multiple "solution engines". Unfortunately the underlying legacy code has enough global data, singletons and threading…