home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v3 / text0013.txt < prev    next >
Encoding:
Text File  |  1987-06-30  |  937 b   |  23 lines

  1. >From seismo!gatech!akgua!whuxlm!vilya!am Mon Nov 11 12:34:18 1985
  2. Date: Mon, 11 Nov 85 11:40:54 est
  3. Status: O
  4.  
  5. John,
  6.     I believe that both OPEN_MAX and CHILD_MAX are useful as constants
  7. available to the programmer to protect against running out of children
  8. or files. Use of them in a non-controlled way will, of course, require
  9. unnecessary re-compilations when system limits are changed. Let them be
  10. in the standard and caveat emptor.
  11.     Maybe there should be separate limits.h files, eg hardlimits.h
  12. for things which will never (   :-)  ) change on a given system, such as
  13. hardware limits (32-bit etc.) and a softlimits.h file which contains
  14. current limits which change when system parameters are updated etc. This
  15. will avoid many unnecessary recompilations when the program does not use
  16. the softlimits. 
  17.     Avi Malek (vilya!am    @ATT-Bell Labs, Parsippany NJ)
  18. ---
  19. Avi Malek @ATT Bell Labs Parsippany, NJ
  20.  
  21. Volume-Number: Volume 3, Number 14
  22.  
  23.