I want to use a httpd accelerator that does background check. Basically I want to: When Client request comes in: If cached copy serve that regardless, then check if content changed and refresh the cache in background. If further request comes in during this refresh period then just serve the cached copy. When refresh is complete then server the new copy....
Is this possible with squid? Chris
