home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v8 / text0050.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1022 b 

  1. From: ihnp4!iwtpu!katzung (Brian Katzung)
  2. Date: Sat, 8 Nov 86 14:59:33 CST
  3.  
  4.      I guess I'm being sort of lazy... I haven't even figured out the
  5. relationship between "P1003" and "POSIX" (I got in late on the discussion),
  6. [ IEEE P1003 is the committee; P1003.1 is the subcommittee that produced
  7. the POSIX Trial Use Standard.  -mod ]
  8. but I wanted to point out one shortcoming of the 4.xBSD implementation of
  9. job control so that it might be avoided in the future.
  10.  
  11.      The wait3 system call has provisions for informing the parent when a
  12. child is suspended, but not when it resumes.  Thus, if an agent other than
  13. the parent resumes the child, the parent doesn't know about it.  This is
  14. rare, but not unimaginable.  I've had applications that could have been
  15. enhanced if the mechanism were "balanced".
  16.  
  17.      I haven't checked 4.3, but the 4.2 csh, in particular, won't send a
  18. STOP or TSTP to a process that it believes is already stopped.
  19. -- Brian Katzung  ihnp4!{laidbak,iwtpu}!katzung
  20.  
  21. Volume-Number: Volume 8, Number 51
  22.  
  23.