Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udiskslinuxprovider: Move udev monitor in a separate thread #1221

Merged
merged 1 commit into from
Nov 21, 2023

Commits on Nov 16, 2023

  1. udiskslinuxprovider: Move udev monitor in a separate thread

    Traditionally the master uevent monitor was bound to a main thread.
    However with most of the D-Bus object machinery, interface updates,
    etc. being done in the same thread, lost uevents were spotted
    on resource-constrained systems.
    
    Better to dedicate a new thread for incoming uevents that are sent
    to a probing thread right away, effectively acting as a storage queue.
    tbzatek committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4043816 View commit details
    Browse the repository at this point in the history