home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 3938 < prev    next >
Encoding:
Text File  |  1992-07-27  |  834 b   |  24 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!lanl!simvax.meediv.lanl.gov!reed
  3. From: reed@agps.lanl.gov (Reed_Kevin)
  4. Subject: Blocking I/O
  5. Message-ID: <27JUL199213102538@simvax.meediv.lanl.gov>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: reed@simvax.meediv.lanl.gov (Reed_Kevin)
  8. Organization: Los Alamos National Laboratory, Mech. and Elec. Eng
  9. Date: Mon, 27 Jul 1992 20:10:00 GMT
  10. Lines: 12
  11.  
  12. In a program that I am writing, I need to alternate back and forth
  13. between blocking and non-blocking I/O.  While I have found that
  14. fcnt(0,FSETFL,O_NDELAY) will allow me to use non-blocking I/O
  15. the man pages do not specify how to unset the O_NDELAY flag.
  16. Does anyone have any ideas?
  17.  
  18. Please email reponses to me, if there is interested, I will
  19. sumarize.
  20.  
  21. Kevin Reed
  22. reed@agps.lanl.gov
  23.  
  24.