Project

General

Profile

Actions

Bug #466

open

xmlrpc server is careless with huge temp files

Added by Tom Clegg over 13 years ago.

Status:
New
Priority:
Normal
Assigned To:
-
Target version:
-
Story points:
-

Description

For example, if processing aborts due to insufficient disk space while writing a huge temp file, the huge temp file (and perhaps other temp files) do not get deleted, and the disk stays full for no good reason.

Ideally, the processing code should use pipelines instead of temp files, or do "foreach record: foreach plugin: ..." instead of "foreach plugin: foreach record: ...".

No data to display

Actions

Also available in: Atom PDF