home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / apollo / 3518 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1002 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!yale.edu!yale!gumby!destroyer!terminator!pisa.citi.umich.edu!rees
  2. From: rees@pisa.citi.umich.edu (Jim Rees)
  3. Newsgroups: comp.sys.apollo
  4. Subject: Re: rz/sz doesn't work on our machiens
  5. Message-ID: <5b179b80.1bc5b@pisa.citi.umich.edu>
  6. Date: 10 Sep 92 21:31:58 GMT
  7. References: <9209082141.AA02720@cel.cummins.com>
  8. Sender: news@terminator.cc.umich.edu (Usenet Owner)
  9. Reply-To: Jim.Rees@umich.edu
  10. Organization: University of Michigan IFS Project
  11. Lines: 10
  12.  
  13. In article <9209082141.AA02720@cel.cummins.com>, philip@cel.cummins.com (Philip D. Pokorny) writes:
  14.  
  15.   There is a routine called readline that reads a
  16.   line of input and returns after reading a line or a timeout is
  17.   exceeded.  This turned out to be the culprit.  Something about
  18.   signal()'s not acting correctly and needing both BLOCK and
  19.   NOBLOCK access to an sio.  I "fixed" it by writing a BUSY loop
  20.   that checks time_$clock and does NON-BLOCKING reads.
  21.  
  22. Why didn't you just use select()?
  23.