home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / banyanl / 5515 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.3 KB  |  30 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!darwin.sura.net!paladin.american.edu!auvm!CC.MONASH.EDU.AU!IAN.BRABHAM
  3. Content-transfer-encoding: 7BIT
  4. Message-ID: <01GSNOFTJKGY8WX9PR@vaxc.cc.monash.edu.au>
  5. Newsgroups: bit.listserv.banyan-l
  6. Date:         Wed, 23 Dec 1992 12:32:03 -0300
  7. Sender:       Banyan Networks Discussion List <BANYAN-L@AKRONVM.BITNET>
  8. From:         Ian.Brabham@CC.MONASH.EDU.AU
  9. Subject:      re: Open files by a VINES third party VINES service
  10. Lines: 18
  11.  
  12. Ted Kull,
  13.  
  14. >Anybody know if there is any truth to the statement that Oracle has told us
  15. >that they can only have 11 files open at a time due to a limit imposed by
  16. >VINES?
  17.  
  18. According to the rev 5 Service Developers guide page 2-28 the maximum number
  19. of open files per process is 20.
  20.  
  21. According to the include file, limits.h, OPEN_MAX is 60.  Writing a test
  22. program the maximum number of files able to be opened is 57 plus the stdin,
  23. stdout and stderr handles making 60 total the same as MAX_OPEN.  Under rev
  24. 4.00(5) the same program can open 61 files making 64 handles available.
  25.  
  26. Ian Brabham                 email: ian.brabham@cc.monash.edu.au
  27. Micro Support Group         phone: +61 3 565 4742
  28. Monash University           fax:   +61 3 565 4746
  29. Melbourne Australia
  30.