I’m always excited when we see something new for amazon web services
http://www.openfount.com/blog/s3infidisk-for-ec2 This certainly looks very interesting! I cant help but wonder if the memory caching in the neterprise version is…
http://www.openfount.com/blog/s3infidisk-for-ec2 This certainly looks very interesting! I cant help but wonder if the memory caching in the neterprise version is…
WordPress 2.0.6 is out, and I’ve made some patches for those of you who’ve modified your installations and would rather…
function check_tcp_active($host, $port) { $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); socket_set_option($socket, SOL_SOCKET, SO_RCVTIMEO, array( "sec"=>0, "usec"=>500 ) ); $result = @socket_connect($socket,…
Lets first address the problem of the dynamic IP address on the load balancer, because it doesn’t matter how good…
While working with both rails and subversion (which I like using to keep my projects under version control) I was…
It’s definitely neat when someone can hack together something like the animated AJAX loading GIF generator in some spare time…
Downloading a new browser: $0 Loosing your old standby browser: $0 Hoping you can use your machine after the next…
I recently switched from my old gentoo server to a new FC5 server. I opted to go with a qmail-toaster…
So we’ve touched a bit on what to look for in your database. The comments made were by no means…
Danny de Wit wrote in with a request for collaboration on how to best use EC2 and S3 for his…