home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.programmer
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!lanl!simvax.meediv.lanl.gov!reed
- From: reed@agps.lanl.gov (Reed_Kevin)
- Subject: Blocking I/O
- Message-ID: <27JUL199213102538@simvax.meediv.lanl.gov>
- News-Software: VAX/VMS VNEWS 1.41
- Sender: reed@simvax.meediv.lanl.gov (Reed_Kevin)
- Organization: Los Alamos National Laboratory, Mech. and Elec. Eng
- Date: Mon, 27 Jul 1992 20:10:00 GMT
- Lines: 12
-
- In a program that I am writing, I need to alternate back and forth
- between blocking and non-blocking I/O. While I have found that
- fcnt(0,FSETFL,O_NDELAY) will allow me to use non-blocking I/O
- the man pages do not specify how to unset the O_NDELAY flag.
- Does anyone have any ideas?
-
- Please email reponses to me, if there is interested, I will
- sumarize.
-
- Kevin Reed
- reed@agps.lanl.gov
-
-