Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!ATHENA.MIT.EDU!wdc From: wdc@ATHENA.MIT.EDU (Bill Cattey) Newsgroups: comp.soft-sys.andrew Subject: Using im_AddZombieHandler Message-ID: <8c0W=rsGG02=FobNA2@athena.mit.edu> Date: 9 Apr 91 20:24:23 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 I was looking into solving the following problem. An ez user starts up a print job but has insufficient swap space. The print job silently dies. The user waits forever. I was going to add code to handle SIGCHLD, but I see there is already extensive code that does just what I was going to write in the guise of AddZombieHandler. Do you know where this code is used, so I can see an example? Do you see any problems with using this inside print? -wdc