home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9435 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.7 KB  |  51 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!walter!porthos!iscp.bellcore.com!jona
  3. From: jona@iscp.bellcore.com (Jon Alperin)
  4. Subject: Re: AIX malloc and fault tolerance
  5. Organization: Bellcore
  6. Distribution: usa
  7. Date: Tue, 8 Sep 92 12:15:33 GMT
  8. Message-ID: <1992Sep8.121533.23554@porthos.cc.bellcore.com>
  9. References: <1992Sep3.135156.9166@medtron.medtronic.com> <1992Sep4.044125.861@portal.hq.videocart.com> <1992Sep04.192428.34016@watson.ibm.com>
  10. Sender: netnews@porthos.cc.bellcore.com (USENET System Software)
  11. Lines: 38
  12.  
  13. Umm.......not quite the truth...
  14.  
  15. In article <1992Sep04.192428.34016@watson.ibm.com>, fuzzy@obelix.ncs.mainz.ibm.com (Thomas Braunbeck/131000) writes:
  16.  
  17. |> Only processe that do not have a signal handler for the SIGDANGER signal
  18. |> will get the SIGKILL.
  19. |> {...}
  20. |> From General Concepts and Procedures, GC23-2202-02, page17-2:
  21. |> Fri Sep  4 21:09:06 MEZ 1992 Copyright (c) 1991 IBM Corporation     Page 1
  22. |> 
  23. |> {...}  Processes can
  24. |> keep from getting ended when the paging space kill level is reached by
  25. |> defining a signal handler for the SIGDANGER signal and by releasing
  26.                                  ^^^^^^^^^
  27. |> memory and paging space resources allocated in their data and stack
  28.    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  29. |> areas and in shared memory segments, using the disclaim subroutine.
  30. |> --
  31. |> 
  32. |> Best regards,   Thomas Braunbeck
  33.  
  34.  
  35. As can be seen by the entire post, trapping for SIGDANGER in and of itself does
  36. nothing. If you trap for, and receive a SIGDANGER, you must free page space
  37. immediately, or you will receive a SIGKILL shortly thereafter.
  38.  
  39. jon
  40.  
  41.  
  42. -- 
  43. Jon Alperin
  44. Bell Communications Research
  45.  
  46. ---> Internet: jona@iscp.bellcore.com
  47. ---> Voicenet: (908) 699-8674
  48. ---> UUNET: uunet!bcr!jona
  49.  
  50. * All opinions and stupid questions are my own *
  51.