summaryrefslogtreecommitdiff
path: root/templates/stats
ModeNameSize
-rw-r--r--const_dialog.jinja203logplain
-rw-r--r--show.jinja478logplain
idn't exist), the cached file is regenerated. When generating a cached file, locking is used to avoid parallell processing of the request. If multiple processes tries to aquire the same lock, the ones who fail to get the lock serves the (expired) cached file. If the cached file don't exist, the process instead calls sched_yield(2) before restarting the request processing. Signed-off-by: Lars Hjemli <hjemli@gmail.com>