summaryrefslogtreecommitdiff
path: root/manpages/feed2imap-cleaner.xml
diff options
context:
space:
mode:
authorlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2005-08-23 15:11:24 +0000
committerlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2005-08-23 15:11:24 +0000
commitb9d35dc1143395935c8da9b4de87cabde1935c37 (patch)
tree7d8d0563149bca4dd5f3d6efa80b75f0c11e19be /manpages/feed2imap-cleaner.xml
parente26f03cfd01f24c80a4af856e17294c8a459a319 (diff)
downloadfeed2imap-b9d35dc1143395935c8da9b4de87cabde1935c37.tar.gz
feed2imap-b9d35dc1143395935c8da9b4de87cabde1935c37.tar.bz2
feed2imap-b9d35dc1143395935c8da9b4de87cabde1935c37.zip
better handling of feeds with HTML entities.
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@54 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
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>