On Sun, 2005-02-06 at 23:28 -0800, Pratik wrote: > -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.
I really just intended it as an example of an alternate way to share data without explicit locking. However, I think it's better suited to "X amount within a time window" than to what you're doing, so I'd suggest you stick with Cache::FastMmap. - Perrin