]> Kevux Git Server - fll/commit
Update: handle write lock failures, begin adding support for handling read lock failures.
authorKevin Day <thekevinday@gmail.com>
Wed, 14 Apr 2021 22:44:13 +0000 (17:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 14 Apr 2021 22:44:13 +0000 (17:44 -0500)
commit6d3fa151d78eecec4d1f576bec66265c94cb7141
treebed725bcbc6b703a338cf2905e99ab1ea4dd43d3
parent71f0a2a47720730818eced0baa3f96a94c7d9bea
Update: handle write lock failures, begin adding support for handling read lock failures.

Get the response on write lock failure.
Present an error message.
Return the error status.

Increase the cancellation timeouts from 0.06 seconds to 0.6 seconds, making it less aggresive.
This results in a 90 second max timeout, which gives more problematic exists a lot more time to cleanly exit.

Begin adding support for getting and handing read lock failures.
Read locks attempts will be in a loop that checks main thread enabled as well.
The timeout is longer than write locks to reduce the CPU overhead as there will be a lot of read locks.
Follow up work will utilize this read lock status handling.

Remove the additional thread enabled check that follows a write lock.
The write lock already checks if the main thread is enabled.
level_3/controller/c/private-common.c
level_3/controller/c/private-common.h
level_3/controller/c/private-controller.c
level_3/controller/c/private-rule.c
level_3/controller/c/private-thread.c