home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4870 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!caen!batcomputer!msiadmin.cit.cornell.edu!bai
  3. From: bai@msiadmin.cit.cornell.edu (Dov Bai-MSI Visitor)
  4. Subject: Re: 1.3 and file handle limit?
  5. Message-ID: <1992Sep10.203823.6149@tc.cornell.edu>
  6. Sender: news@tc.cornell.edu
  7. Nntp-Posting-Host: msiadmin.cit.cornell.edu
  8. Organization: /usr/local/lib/news/organization
  9. References: <cDaVqB3w165w@sps.pgh.pa.us>
  10. Date: Thu, 10 Sep 1992 20:38:23 GMT
  11. Lines: 21
  12.  
  13. In article <cDaVqB3w165w@sps.pgh.pa.us> kslater@sps.pgh.pa.us (Kevin J. Slater) writes:
  14. >Is there a limit to the number of available file handles under OS/2 1.3? 
  15. >I have a developer I'm working with who is getting an error message that 
  16. >points to no more available file handles from an app he is developing 
  17. >under v1.3. Any comments?
  18. >
  19.  
  20. There is an API call 
  21.           DosSetMaxFH( USHORT )
  22. where USHORT ( an unsigned short number ) is the new file hadles limit for
  23. a process.
  24.  
  25. >...Kevin
  26. >
  27. >- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  28. >Kevin J. Slater (kslater@sps.pgh.pa.us)       | Believe in the Lord Jesus
  29. >Slater Programming Services  | CI$ 73077,2427 | and you will be saved - you &
  30. >Glenshaw, PA 15116-0027      | bix kslater    | your household. - Acts 16:31
  31. >- - - - - - - - - - - - WESPAC BBS (412) 487-3637 - - - - - - - - - - - - - -
  32.  
  33. Dov
  34.