Xref: news-dnh.mv.net comp.os.msdos.djgpp:2235 Path: news-dnh.mv.net!mv!news.sprintlink.net!simtel!news.kei.com!news.mathworks.com!newsxfer.itd.umich.edu!gumby!yale!oitnews.harvard.edu!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem: Output redirection is using up file handles. Date: Wed, 27 Sep 1995 20:56:37 CDT Organization: Rice University, Houston, Texas Lines: 8 References: <44bv5l$bnu AT mmlab DOT mml DOT mmc DOT com> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > It looks as if the program opens a file handle every time, and > never releases is when the program exits. Just wondered if Confirmed CWSDPMI bug (and mostly fixed in work-in-progress). Workaround: do a "CWSDPMI -p" before starting development - this will load the TSR permanently (instead of in a transient, reload each time) fashion. While you may lose around 50K of DOS memory, programs should load a tad faster and you avoid the bug. If you have 50K free in a UMB, load it high.