Replies: 1 comment
-
Tag: 9.3.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is based on separating the RegularServiceInterface and BookkeeperServiceInterface from the LockServiceInterface inside the StorageServiceInterface. The BookkeeperServiceInterface needs a LockServiceInterface, while the RegularServiceInterface doesn't need it. The bottom line is this, RegulatorServiceInterface uses only the array driver, and it does not need a lock.
This will give a nice boost:
Beta Was this translation helpful? Give feedback.
All reactions