forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Explicitly remove memory mapped files instead of using deleteOnExit #638

Closed jtaylor-sfdc closed 10 years ago

jtaylor-sfdc commented 10 years ago

Since the server may be up for quite some time, rather than use file.deleteOnExit(), we should explicitly delete them as we have a clear point in the code where we can do that.

jtaylor-sfdc commented 10 years ago

Implemented by @kutschm. Thanks for the contributions!