Temporary files size
Posted: 2014-03-03T05:29:07-07:00
Hello,
We're working on a project using multiple processes called filters (basically you pass a file to a filter and it treats it then gives you a file). Several filters of these use temporary files for their treatments. Adding to that, it's aimed to be used by multiple people (50-100) so we are more than likely to have multiple people using the same filter at the same time.
Given we're using one server for all these people, all the temporary files are located on it.
We use IM to convert TIFFs to PDFs (with some TIFFs having more than 100 pages). The resolution of these TIFFs is more than 4500x7000 so we have +250mo temporary files for each page (we use the Q16 version) and for each time the filter is executed. For a 150 pages TIFF, you get +35go of temporary files (which are, of course, wiped at the end). This can become a problem if, as I said earlier, you have, say, 5 people using this filter at the same time (without even thinking about other filters).
What are the way to reduce the size of these files?
Thank you.
We're working on a project using multiple processes called filters (basically you pass a file to a filter and it treats it then gives you a file). Several filters of these use temporary files for their treatments. Adding to that, it's aimed to be used by multiple people (50-100) so we are more than likely to have multiple people using the same filter at the same time.
Given we're using one server for all these people, all the temporary files are located on it.
We use IM to convert TIFFs to PDFs (with some TIFFs having more than 100 pages). The resolution of these TIFFs is more than 4500x7000 so we have +250mo temporary files for each page (we use the Q16 version) and for each time the filter is executed. For a 150 pages TIFF, you get +35go of temporary files (which are, of course, wiped at the end). This can become a problem if, as I said earlier, you have, say, 5 people using this filter at the same time (without even thinking about other filters).
What are the way to reduce the size of these files?
Thank you.