W
Wayne Hartell
Has anyone ever experienced problems when trying to use COM objects on
worker threads? I'm on to my second application now where multi-threading
has been used to perform some work through COM objects and the application
works great for a while, but if you leave it for a while (let's say 10 to 20
minutes) and come back to it, then mysteriously the cached COM object
references are all dead. Shared objects aren't supposed to die after worker
thread termination, but I've seen it twice now in two separate applications
where it seems that the GC is icing something it shouldn't, which would
explain the indeterminate time period before things start going down hill.
In the last application we couldn't find a solution so we went back to a
single threaded implementation and battled against the issues. I really
don't want to do it again this time. Any silver bullets out there?
Regards,
Wayne.
worker threads? I'm on to my second application now where multi-threading
has been used to perform some work through COM objects and the application
works great for a while, but if you leave it for a while (let's say 10 to 20
minutes) and come back to it, then mysteriously the cached COM object
references are all dead. Shared objects aren't supposed to die after worker
thread termination, but I've seen it twice now in two separate applications
where it seems that the GC is icing something it shouldn't, which would
explain the indeterminate time period before things start going down hill.
In the last application we couldn't find a solution so we went back to a
single threaded implementation and battled against the issues. I really
don't want to do it again this time. Any silver bullets out there?
Regards,
Wayne.