atom feed10 messages in ru.sysoev.nginxproxy_cache
FromSent OnAttachments
Richard KearsleyApr 24, 2011 7:58 am 
Ryan MalayterApr 24, 2011 7:11 pm 
Richard KearsleyApr 24, 2011 7:21 pm 
Maxim DouninApr 25, 2011 11:55 am 
Ryan MalayterApr 25, 2011 11:58 am 
Richard KearsleyApr 25, 2011 1:12 pm 
Ryan MalayterApr 26, 2011 7:23 am 
Richard KearsleyApr 26, 2011 7:27 am 
António P. P. AlmeidaApr 26, 2011 8:19 am 
Richard KearsleyApr 29, 2011 6:02 am 
Subject:proxy_cache
From:Richard Kearsley (Rich@m247.com)
Date:Apr 24, 2011 7:58:35 am
List:ru.sysoev.nginx

Hi Is there a way to know if a file has been cached/is currently being downloaded
to cache without requesting the file? I.e. can I query the cache table somehow? I am trying to stop new files being written multiple times to disk when they are
requested more than once at the same time (currently a new file can be being
written 10's of times to disk at once which kills the server)

Many thanks as always