The Catalyst::Plugin::UploadProgre > > ss module uses the Cache::FastMmap > module to cache the status info for the progress meter. You might do > something similar. >
Hmm, I tried using Cache::Store::Memory and it also seemed to exhibit the same behavior that Sessions had, where it was only storing at the end of the request. I will try FastMmap, thanks.
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
