#892 closed defect (fixed)
Homogenize temporary file management
Reported by: | Dimitar Misev | Owned by: | Vlad Zamfir |
---|---|---|---|
Priority: | major | Milestone: | 9.2 |
Component: | conversion | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
Temporary files are created in various places, especially source:conversion, via mkstemp usually. Often they are created in cwd, but should be in /tmp.
The task is to search the code for mkstemp, and homogenize the temporary file creation. The temporary directory (/tmp default) should be defined in globals.hh or so.
Change History (8)
comment:1 by , 10 years ago
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Owner: | changed from | to
---|
comment:4 by , 9 years ago
Milestone: | 9.1 → 9.2 |
---|
comment:5 by , 9 years ago
It looks like Vlad Zamfir has been doing with easylogging. May I take this ticket?
comment:6 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
further, all such files should sit in a directory clearly identifiable, such as /tmp/rasdaman.
Cream in the coffee: optional parameter to set this directory in the config file.