Defect #340
virtualizer files are never cleaned up!
Start date:
07/06/2011
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Hi there, we use the jasper virtualizer_type, like this
var vParameters = new java.util.HashMap(); //object
vParameters.put('VIRTUALIZER_TYPE', "gZip"); //possible options: file, swapFile, gZip
vParameters.put("PAGE_OUT_DIR", plugins.it2be_tools.server().getApplicationServerDir() + '/server/work/');
so we use the /server/work folder for the page_out_dir.
But this folder is never cleaned up, is that right? see screenshot!
Files
History
Updated by Andrei Costache almost 14 years ago
- Status changed from New to Closed
- Assignee set to Andrei Costache
Fixed: cleaning up temporary files used by the virtualizer (after report exporting is done).
Just for the record: file virtualizers cleanup their files when closing the JVM and gZip does not rely on the file system for temporary storage.