home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / informix / 2327 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.5 KB

  1. Path: sparky!uunet!ukma!darwin.sura.net!europa.asd.contel.com!emory!emory!not-for-mail
  2. From: johnl@obelix.informix.com (Jonathan Leffler)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  Erratic error 408 from ESQL/C
  5. Date: 5 Nov 1992 14:48:07 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 28
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1dbtpnINNqac@emory.mathcs.emory.edu>
  11. Reply-To: johnl@obelix.informix.com (Jonathan Leffler)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1571>
  14.  
  15. }From: uunet!gauss.rutgers.edu!manmetha (Rajesh Malhotra)
  16. }Subject: Erratic error 408 from ESQL/C
  17. }Date: 4 Nov 92 22:26:16 GMT
  18. }X-Informix-List-Id: <news.2057>
  19. }
  20. }Fellow Informix'ers,
  21. }
  22. }    Every now and then a query in our application fails
  23. }with an error code of 408. We have'nt been able to duplicate the
  24. }scenario and make the error occur again. The manual's description
  25. }of 408 does not seem to make sense.
  26. }
  27. }    Any ideas / suggestions?
  28. }
  29. }BTW we are running Informix online 5.0 and ESQL/C on an IBM RS600
  30. }running AIX 3.2
  31.  
  32. The key info here is probably the RS6000.  AIX detects when it is getting
  33. low on swap space (or some other virtual memory resource), and it then
  34. arbitrarily kills a process or processes to relieve the pressure.  Sometimes
  35. you are lucky and it is only an sqlturbo it kills -- sometimes it kills
  36. tbinit instead.  And sometimes you are unlucky and it kills an sqlturbo in a
  37. critical section so OnLine has to abort.
  38.  
  39. AIX is wonderful, really:-(
  40.  
  41. Yours,
  42. Jonathan Leffler (johnl@obelix.informix.com) #include <disclaimer.h>
  43.