Subject External file handling
Author Ann Harrison
In the superserver architecture, the server opens external
files on demand, but never closes them. Would there be a
problem, either in compatibility or in code, with keeping
a counter and closing the file shortly after the last
connection that referenced the file had exited?

Ann