Implement canary thread #1

Open
opened 2025-03-19 16:19:11 +01:00 by oysteikt · 0 comments
Owner

The canary thread is a separate thread that has realtime scheduling and measures the time between context switches. If the time gap gets too large, it will tell the main daemon to start revoking realtime privileges. See canary.rs

The canary thread is a separate thread that has realtime scheduling and measures the time between context switches. If the time gap gets too large, it will tell the main daemon to start revoking realtime privileges. See `canary.rs`
oysteikt added the feature request label 2025-03-19 16:30:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/arteekit#1