About Stonehenge::Throttle: -It does all important operations inside PerlLogHandler.
-For my requirements - where the request is serving large files for download - I will need to move those operations in higher level handlers - Like PerlAccessHandler or PerlInitHandler. -In which case, I'd be doing "stat" many times before the request is served. So, I guess using Cache::FastMmap would be a better choice than doing "stat" multiple times for every request. Consider a case where in 50 request to download some different chunks come at a same time. In that case I believe that Cache::FastMmap should be much faster. Any inputs ? Thanks. Pratik -- http://pratik.syslock.org