Searched hist:"9 edb207fab5cdd1da164954e616ea6dba30e826e" (Results 1 – 3 of 3) sorted by relevance
/haiku/src/servers/registrar/ |
H A D | Registrar.h | 9edb207fab5cdd1da164954e616ea6dba30e826e Sat Jan 12 20:05:47 UTC 2019 Fredrik Holmqvist <fredrik.holmqvist@gmail.com> Fix for bug 6991, replace registrars timer tick
Registrar schedules an event every second to do fRoster-CheckSanity(). This uses 2.5% cpu on my machine when idle. Changing it to five seconds lowers it to 0.1%
waddlesplash then pointed me to this bug which changes it to watch for team deletion and call fRoster->CheckSanity()
As I know little in this area, it's mostly based on what LaunchDaemon does in MessageRecieved.
Change-Id: Ie69f9399cab41d2d492d469b5d3dc88e6080c15c Reviewed-on: https://review.haiku-os.org/c/876 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | Registrar.cpp | 9edb207fab5cdd1da164954e616ea6dba30e826e Sat Jan 12 20:05:47 UTC 2019 Fredrik Holmqvist <fredrik.holmqvist@gmail.com> Fix for bug 6991, replace registrars timer tick
Registrar schedules an event every second to do fRoster-CheckSanity(). This uses 2.5% cpu on my machine when idle. Changing it to five seconds lowers it to 0.1%
waddlesplash then pointed me to this bug which changes it to watch for team deletion and call fRoster->CheckSanity()
As I know little in this area, it's mostly based on what LaunchDaemon does in MessageRecieved.
Change-Id: Ie69f9399cab41d2d492d469b5d3dc88e6080c15c Reviewed-on: https://review.haiku-os.org/c/876 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
/haiku/headers/private/app/ |
H A D | RegistrarDefs.h | 9edb207fab5cdd1da164954e616ea6dba30e826e Sat Jan 12 20:05:47 UTC 2019 Fredrik Holmqvist <fredrik.holmqvist@gmail.com> Fix for bug 6991, replace registrars timer tick
Registrar schedules an event every second to do fRoster-CheckSanity(). This uses 2.5% cpu on my machine when idle. Changing it to five seconds lowers it to 0.1%
waddlesplash then pointed me to this bug which changes it to watch for team deletion and call fRoster->CheckSanity()
As I know little in this area, it's mostly based on what LaunchDaemon does in MessageRecieved.
Change-Id: Ie69f9399cab41d2d492d469b5d3dc88e6080c15c Reviewed-on: https://review.haiku-os.org/c/876 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|