fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.28k stars 98 forks source link

Managing the temporary files internally? #63

Closed resttime closed 7 years ago

resttime commented 7 years ago

The temporary files made by smart-buffers will stick around after we're done with them, so manual removal or using a script to clear out the /tmp folder is needed. It is also very bad if we accidentally remove one that's still in use. If the temporary files could be exposed, cleanup can be done internally.

resttime commented 7 years ago

Actually, I suppose this is a non issue too. Sysadmins exist to do this kind of thing with their cronjobs. Sorry for making so many issues, I'm somewhat new to this kind of web programming. Nice job on everything btw, I really like your software!