aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase go-version to 1.14René 'Necoro' Neumann2020-04-191-2/+2
|
* CI: go vetRené 'Necoro' Neumann2020-04-191-0/+3
|
* Fix github workflowRené 'Necoro' Neumann2020-04-181-2/+2
|
* Create go.ymlRené 'Necoro' Neumann2020-04-181-0/+37
and st_mtime is compared to time(2). If TTL has expired (or the file didn'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>