home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0063.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  694 b 

  1. From: Doug Gwyn (VLD/VMB) <gwyn@BRL.ARPA>
  2.  
  3. Some implementations may not have any definite upper limit
  4. (at least, nothing less than several thousand) for the number
  5. of open files supported per process.  The minimum guaranteed
  6. number of open files available is useful (for example for
  7. merge sorting), but the maximum number may not be meaningful.
  8.  
  9. I submitted a proposal to X3J11 that fflush((FILE*)NULL) would
  10. flush ALL output buffers, since there is no other good way to
  11. accomplish that.  It seems that close(-1) might be a similar
  12. solution for POSIX.  (Since nobody is supposed to be doing this
  13. currently, it is available for assigning new semantics to.)
  14.  
  15. Volume-Number: Volume 11, Number 64
  16.  
  17.