http://qs321.pair.com?node_id=362520


in reply to Re: cleanup a cancelled CGI script
in thread cleanup a cancelled CGI script

I think (on Windows, anyway) that you'd have to have a sweeper (reaper?) process that comes along every hour or so looking for ZIP files that are older than, say, one hour, and assume that they are incomplete, and delete them. Or you could add them to a database, or send them to another process, whose job it is delete any ZIPs in its list (or database) that are older than x hours.