Tag Archives: server
mongo-db-clean-shutdown-sequence

MongoDB (Single-Server) Data Durability Guide

If you are a MongoDB user or just interested in NoSQL databases in general, you may have seen the excellent “MongoDB has poor data durability by default!” (I am paraphrasing) conversation started by Mikeal Rogers.
It is an excellent topic to bring up and regardless of Mikeal’s association (he’s a CouchDB developer) I never once got [...]

Read full storyComments { 20 }

Tip for TimThumb (thumb.php) not Generating Thumbnails

This tip is for anyone using TimThumb (aka “thumb.php”) either directly or indirectly via a WordPress theme (WooThemes uses it a lot) and is not having their thumbnails successfully generated.
I have run into this 3x in the last few years and ever time I forget the solution and have to re-find it, so I’m posting [...]

Read full storyComments { 46 }
apple-ipad-crashes-techcrunch

Apple iPad News Crushes Even TechCrunch's Server

Damn, in the flurry that is online news today the craziness that is the Apple iPad even took down the likes of TechCrunch today.
The iPad certainly looks nice for folks that were thinking about a netbook or laptop AND an eBook reader — it’s a slick device. As someone that spends all day on the [...]

Read full storyComments { 0 }
server-load-through-roof

When Server Load Goes to the Moon – Slicehost 'resize' Comes to the Rescue

One of the member sites of The Buzz Media ran a story this morning that caused the load on the host server to go pas ‘11′… waaaay way past ‘11′ – to 257.89 to be exact according to ‘top’ (above).
This host server was not in a load-balanced configuration when the rush happened, we weren’t able [...]

Read full storyComments { 0 }
Ruby Logo

Programming a Simple Client/Server Application with Ruby

Being able to add some sort of client/server model to your programs is pretty essential these days, and Ruby does a fine job making your life easier.
For this article, I’ll show you a quick, down-and-dirty way of getting a very simple server up and running and a client that will say “Hello Server World” and [...]

Read full storyComments { 0 }
groovy-logo

Is Java Becoming Irrelevant?

Update #1: To clear up any confusion, this article is focused on the business value of Java – it’s ability to control and generate revenue – not it’s value as a language or a technology. So the word “irrelevant” is applied to it’s business value, not if it’s a good technology or not.

Sun Microsystems announced [...]

Read full storyComments { 0 }
Sockso with Playlist

Sockso Personal Music Server

If you have ever wanted to have access to your personal music collection from anywhere on the road Sockso Personal Music Server just might be the answer you were looking for. All that is required for the installation is Java and a Windows, Linux, or Mac box to run the server on. The software has [...]

Read full storyComments { 0 }
breakitdownblogcom-server-load-spike

4 WordPress Tips for Surviving Slashdot, Digg, Reddit or StumbleUpon

We got a story on the front page of Slashdot… and got our assess handed to us literally 2mins later with server load jumping from 0.56 to 10 and then off into the 40s where the server just decided to melt instead of host pages.
During the last few hours we’ve been troubleshooting what went wrong [...]

Read full storyComments { 29 }
apache-http-server-logo

Using Apache Virtual Hosts and ProxyPass Together

I recently ran into a situation where I had a server with Apache on it that was already hosting a few PHP sites using VirtualHost mappings, but I now wanted to add a new Tomcat-hosted site to the same machine.
In a way, what I wanted was to setup a new VirtualHost entry on Apache to [...]

Read full storyComments { 0 }