[plt-scheme] Rebuilding Large Files from Small Pieces
Noel Welsh wrote:
>
> If you leave the files open you'll eventually run out of file handles,
> which will probably crash your program.
For it to actually crash I think something more severe would need to
happen, like using the FFI to close a file handle a port was still
using. Also running out of file handles only breaks your program if you
assume that files have been successfully opened.
On that note,
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: auto-closing-open.ss
URL: <http://lists.racket-lang.org/users/archive/attachments/20100223/5b9c057e/attachment.ksh>