Re: postgresql on FreeBSD 5.3 and high load (solved)

From: Claus Guttesen (cguttesen_at_yahoo.dk)
Date: 12/06/04

  • Next message: Jeff Behl: "Re: %cpu in system - squid performance in FreeBSD 5.3"
    Date: Mon, 6 Dec 2004 20:31:48 +0100 (CET)
    To: Sean Chittenden <sean@chittenden.org>
    
    

    Problem solved. It's a bit embarassing, but it turned
    out that it was a script which caused the high load.
    The script did unfortunately not bail out when a
    required condition was not satisfied. It queried the
    postgresql-server, and one thing led to the other.

    I (re)wrote the script, and it's now working as
    intended.

    Sorry for the noise.

    Claus

    _______________________________________________
    freebsd-performance@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-performance
    To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"


  • Next message: Jeff Behl: "Re: %cpu in system - squid performance in FreeBSD 5.3"

    Relevant Pages

    • Re: finding string matches, in order, in a file
      ... And, yes, it's kind of embarassing. ... It turns out that, at the top of my script, which I hadn't looked at in ... looking at multiple xml files, ... This forum's generosity astounds me, ...
      (comp.lang.ruby)
    • Re: Email to a Tcl script
      ... I.E. when an email is received by the server it is routed to the ... standard input of the script, the script can be perform some task and ... Although I'd recommend polling via POP3 as this way you'll also get a queueing system in case you get some high load you're not able to process in a nice way. ...
      (comp.lang.tcl)