You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In processes that heavy use of COM can have considerable contention on the CCW cache lock. Currently the lock is for the whole process (eg. per-appdomain).
The text was updated successfully, but these errors were encountered:
Confirmed @jkoritzinsky's observation. I am going to close this issue since the global lock has changed. We can revisit if we hear additional user feedback.
N.B. The new CCW management API will not suffer from this contention - see #32091.
In processes that heavy use of COM can have considerable contention on the CCW cache lock. Currently the lock is for the whole process (eg. per-appdomain).
The text was updated successfully, but these errors were encountered: