I have an outdated "solution mechanism" in C ++, which I have already wrapped as a COM object in the process for use by client applications that require only a single solution mechanism . "
However, I now have a client application that requires several "solutions." Unfortunately, the base legacy code has sufficient global data, singletones, and the horrors of threads, which, given available resources, cannot have multiple instances in the process at the same time.
I hope that some soul can tell me about some COM manner, where, with the flip of several registry parameters, you can have a separate COM server outside the processing process (a separate operating system process) for each instance of the COM object is requested.
Am i lucky?
source
share