Hi there,
Small question, I just figured that Orthanc Temporary file created with /tools/archive API (synchroneous, simply by using Orthanc Explorer) is not removed once the http transfer is ended.
The temporary files are correctly collected at orthanc shutdown.
But for servers that remains open months this would land to a hard disk leak, as each archive generation will remain a temporary file and progressively fill the hard disk.
I have some servers running for a while meanwhile I often consume this Archive API. So I guess there is a file collection mechanism somewhere.
What is Orthanc politics regarding temporary files ?
is there a defined interval of time to collect temporary file ? Or is the OS who take the responsability to collect these temporary file to free hard disk space ?
Or maybe only collection occurs only at exit and I have been lucky so far to not run out memory ?
Why the Archive temporary zip is not collected at the end of HTTP transfers ? When asking the same ressources in another call this temporary file does not serve as cache, a new one is generated. They cannot be collected immediatly after the end of the http connexion ?
Best regards,
Salim