Hello,
I started to face lot of unresponsiveness of luci. I don't remember exactly when, but it was at the time I began to use dynamic dns from one part; and upgraded to openwrt 24.10 on the other part.
I run on Cudy WR2100.
Whe I ran the top command to look around, I saw a process
sleep 600
launched by
/usr/lib/ddns/dynamic_dns_updater.sh
Disabling the dynamic dns updater solved my problem.
I think I remember my teacher decades ago saying sleep UNIX command is discouraged because it can be heavily consuming in some conditions.
Is it still true ? Is it possible to let me ask dynamic dns to use a more hardware interruption time based primitive ? (cron, at...)
Can you think about any other reason ?
Thanks a lot for openwrt anyway !