diff options
author | 2024-11-02 16:27:53 -0400 | |
---|---|---|
committer | 2025-01-07 20:25:22 +0000 | |
commit | 6102d81832ed93469de64222657a69dcd4e0af5e (patch) | |
tree | a92ef7507b0d004084ddff6abdfd33bb61f0bbc5 /src/tools | |
parent | 3a3476fddb79ed1eaf277bb66c0641933906ef3d (diff) |
vcl: support pre/post cb before mq wait
Allow vls to register cb functions with vcl pre/post mq sleep. These can
be used to drop/reacquire locks prior/after waiting on vcl mq events.
This then allows multi-thread, as opposed to multi-worker, applications
to share sessions between threads without deadlocking, e.g., multiple
threads trying to read/write/close non-blocking sessions. Caveat:
connects still need to be improved.
Type: improvement
Change-Id: I589aa9dfd0553b0fad54f02ed16c3cda9761a83d
Signed-off-by: Florin Coras <fcoras@cisco.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/tools')
0 files changed, 0 insertions, 0 deletions