On Fri Mar 24 18:16:27 2023 +0000, Alexandre Julliard wrote:
It's unclear to me how an app crashing would take the session down in
this case. Could you elaborate? The most obvious example would be the debugger attaching to a thread that's holding the shared mutex.
Is there some other server provided mechanism that would be preferable
to use? The registry, as mentioned by @bernon, is the easiest one. We could also store more of that information directly in server objects. This would most likely be handled in the generic code so that all drivers benefit.
@julliard Thanks! I give the registry approach a try (see above), and hopefully it will be enough (but also happy to move in the direction of making more generic code improvements if preferred).