summaryrefslogtreecommitdiff
path: root/contrib/related-projects.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add link to emacs password store.Jason A. Donenfeld2014-04-221-0/+2
* Add related projects.Jason A. Donenfeld2014-04-161-0/+11
L specified in minutes. When a page is requested, a cached filename is stat(2)'ed 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>