lichtjiang
Programmer
Usually, a CGI would create many temp files. For example, it may dynamically create many maps, which do not exist on disks. So, after a web browser session expires, some of these files will be no use any more. But some (e.g., a map for recent climate) may serve multiple requests at different times. So, there may exist need to keep some of these files for a certain period of time. In this regard, how to manage them?
Thanks!
Thanks!