Maneage - Tasks: task #15430, Features to help with temporary...
You are not allowed to post comments on this tracker with your current authentication level.
task #15430: Features to help with temporary files in shared memory
Submitter: | Mohammad Akhlaghi <makhlaghi> | ||
Submitted: | Tue 29 Oct 2019 07:33:47 PM UTC | ||
Should Start On: | Tue 29 Oct 2019 12:00:00 AM UTC | Should be Finished on: | Tue 29 Oct 2019 12:00:00 AM UTC |
Category: | Analysis | Priority: | 5 - Normal |
Status: | Postponed | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Recently in the "Tips for managing your project" of `README-hacking.md', an item (called "Fast access to temporary files", under "Make Programming") was added to help in dealing with large files and using shared memory to keep temporary files between rules.
We can facilitate this process with several low-level additions to the template. For example, automatically defining the suggested `shm-template' in the core of the template, or deleting all files with this pattern from RAM when the pipeline stops (even because of a failure).
We can also define functions (for example in the project's `.bashrc') to remove specified shared memory files automatically while preserving the order (deleting the non-suffix file after all the ones with a suffix).