Commit ba0e97a
authored
Avoid taking write lock on VortexSession::get (#5688)
I was seeing increasing contention from #5662
The alternate and more invasive fix is in #5685 , but we should decide
if we want to allowing registering plugins after "startup", and what
that means for language bindings that use a global static session
object.
Signed-off-by: Nicholas Gates <[email protected]>1 parent f8870ae commit ba0e97a
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
91 | 103 | | |
92 | 104 | | |
93 | 105 | | |
| |||
0 commit comments