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
When implementing deadlock detection, consider tracking weak references in a static list to aid in detection across SyncManager instances.
Whether or not this gets implemented depends on impact to performance, which depends how it'll be used, synchronized (must be thread safe), and structured (must have minimal impact to both speed and memory usage).
The text was updated successfully, but these errors were encountered:
This is separate from deadlock detection in that it can (and would almost have to) come later.
I'm also not entirely sure this is something desired (or why have multiple sync managers). It may also be impractical to implement this. All TBD and separate from detecting (within one SyncManager) a deadlock.
When implementing deadlock detection, consider tracking weak references in a static list to aid in detection across SyncManager instances.
Whether or not this gets implemented depends on impact to performance, which depends how it'll be used, synchronized (must be thread safe), and structured (must have minimal impact to both speed and memory usage).
The text was updated successfully, but these errors were encountered: