Skip to content

Server Tweaking

I’ve just finished some intensive tweaking of the Cold Ray Hosting servers. I was able to reduce the memory used by Apache, our web daemon, and MySQL, our database daemon. By reducing the memory used by each daemon, I was able to release memory to other active processes.

The immediate benefit of my tweaks is a more responsive server, as evidenced by the faster loading of this blog. Furthermore, I’m confident that the optimizations will result in greater server stability and uptime.

{ 3 } Comments

  1. Kath | 5/2/2005 at 9:49 pm | Permalink

    What’s a daemon?

    I was just about to poke you to update about your sever too. XD then I thught I should check before I bug you… and tada! :O

  2. Stephen | 5/2/2005 at 9:56 pm | Permalink

    A daemon is basically a server process that runs in the background and handles requests. You can read more here.

    As a side note, the fact that daemon is spelled similarly to “demon” is probably why FreeBSD has a red devil as their mascot.

  3. Stephen | 5/3/2005 at 3:31 am | Permalink

    Stupid WordPress! It put my response to your comment in moderation. This is especially troubling considering that I was logged in at the time I made the post. Ironically, I had to moderate my own comment.

    I shall submit this to their Bugzilla (or eqv) if I find some spare time…

Post a Comment

Your email is never published nor shared. Required fields are marked *