Windows Vista SP2 Beta – Initial impressions

So I just installed SP2 of Windows Vista which is out in beta on my computer yesterday – so it’s been about 24 hours and my computer is stable and all of the applications I’ve used so far have worked just fine. The only bizarre issue that I’ve noticed so far is the uninstall of .NET framework 3.5 SP1. I can’t really explain it and I’m not even sure if this was the SP2 beta install but Paint.NET stopped working with an error message that it needed .NET Framework 3.5 SP1. Paint.NET was working before the SP2 beta install and so I just reinstalled .NET Framework 3.5 SP1 and everything worked. Not sure what happened there and as I said, could be completely unrelated but that’s the only strange thing that’s happened so far.

There is a list of new features and fixes at Microsoft and Mary-Jo’s blog. So far, the beta feels fairly solid and I hope this is a watershed release like Windows XP SP2 was for XP but I guess time will tell or Windows7 will be out and we won’t care about Vista. (Or we’ll be running Ubuntu or OS X and we won’t care about Windows 🙂 – Hope spring eternal!)

Here are some screen shots of Windows update on my machine doing the update for SP2.

If you want to try the beta yourself, Microsoft has a page on how to enable the download via Windows Update.

Advertisement

Website Performance and Optimization

A couple of months ago, I noticed that I was getting pretty close to using up all of my monthly bandwidth allocation for my server and that was a surprise. I run several blogs that get quite a few hits but I didn't think I was anywhere near going over my 250 GB allotment. So I decided to spend a little time to optimize my server and figure out the best way to utilize what I had and optimize it to get the most performance out of my little box. Jeff Atwood's wonderful blog entry about Reducing Your Website's Bandwidth Usage inspired me to write about my experience and what I ended up doing to squeeze the most out of my server.

I had done some of the obvious things that people typically do to minimize traffic to their site. First and foremost was outsourcing of my RSS feeds to FeedBurner. I've been using FeedBurner for several years now after I learned the hard way how badly programmed a lot of the RSS readers were out there. I had to ban several IP addresses as they were getting my full feed every 2 seconds – Hoping that was some bad configuration on their side but who knows. Maybe it was a RSS DOS attack :). After taking a little time to see what was taking up a lot of the bandwidth, I discovered several things that needed immediate attention. First and foremost was the missing HTTP compression. Looks like an Apache or PHP upgrade I did in the past few months had ended up disabling the Apache module for GZIP compression and so all the traffic was going out in text. HTTP Compression delivers amazing speed enhancements via file size reduction and most if not all browsers support compression and so I enabled compression for all content of type text/html and all CSS and JS files.

Some older browser don't handle JS and CSS compressed files but anything of IE6 seemed to handle JS/CSS compression just fine and my usage tracking (pictured above) indicated that most of my IE users were using IE 6 and above.

Enabling HTTP Compression compressed my blog index page by 78% resulting in a statistical performance improvement of almost 4.4x. While your mileage may vary, the resulting performance improvement got me on the Top20 column at GrabPERF almost every single day.

Another issue I had was the number of images being loaded from my web server. As most of you already know, browsers will typically limit themselves to 2 connections per server and so if a webpage being loaded has 4 CSS files, 2 JS files and 10 images, you are loading a lot of content over those 2 connections. And so I used a simple CNAME trick to create an image.j2eegeek.com to complement http://www.j2eegeek.com and started serving images from image.j2eegeek.com. That did help and I considered doing something similar for CSS and JS files but decided instead to outsource image handling to Amazon's S3.

Amazon's S3 or Simple Storage Service is a highly scalable, reliable, fast, inexpensive data storage infrastructure that is fast and relatively inexpensive. S3 allows you to create a 'bucket', which is essentially a folder that must have a globally unique name and cannot have any sub-buckets or directories and so it's basically emulates a flat directory structure. Everything you put in your bucket and make publically available is accessible via http using the URL http://s3.amazonaws.com/bucketname/itemname.png. Amazon's S3 Web Service also allows you to call it using the HTTP Host header and so the URL above would become http://bucketname.s3.amazonaws.com/itemname.png. You can take this further if you have access to your DNS server. In my case, I created a bucket in S3 called s3.j2eegeek.com. I then created a CNAME in my DNS for s3.j2eegeek.com and pointed it to s3.amazonaws.com. And presto – s3.j2eegeek.com resolves to essentially http://s3.amazonaws.com/s3.j2eegeek.com/. I then used John Spurlock's NS3 Manager to get my content onto S3. NS3 Manager is a simple tool (windows only) to transfer files to/from an Amazon S3 storage account, as well as manage existing data. It is an attempt to provide a useful interface for some of the most basic S3 operations: uploading/downloading, managing ACLs, system metadata (e.g. content-type) and user metadata (custom name-value pairs). In my opinion, NS3 Manager is the best tool out there for getting data in and out of S3 and I have used close to 20 web based, browser plug-in and desktop applications.

In addition, I also decided to try out a couple of PHP Accelerators out there to see if I could squeeze a little more performance out of my web server. Compile caches are a no-brainer and I saw decent performance improvement in my PHP applications. I blogged about this topic in a little more detail and you can read that if you care about PHP performance.

The last thing I did probably had the biggest impact after enabling HTTP compression and that was moving my Tomcat application server off my current Linux box and moving it to Amazon's EC2. Amazon's EC2 or Elastic Compute Cloud is a virtualized cloud of computing available to you for $0.10 per hour of CPU utilization. I've been playing around with EC2 for a while now and just started using it for something real. I have tons of notes that I taken during my experimentation with EC2 where I took the stock Fedora Core 4 images from Amazon and made that server into my Java application server running Tomcat and Glassfish. I also created my own Fedora Core 6, CentOS 4.4 image and deployed them as my server. My current AMI running my Java applications is a Fedora Core 6 image and I am hoping to get RHEL 5.0 deployed in the next few weeks but all of that will be a topic for another blog.

In conclusion, the HTTP Compression offered me the biggest reduction in bandwidth utilization. And it is so easy to setup on Apache, IIS or virtually any Java application server that is it almost criminal not to do so. 🙂 Maybe that's overstating it a bit – but there are some really simple ways to optimize your website and you too can make your site hum and perform like you’ve got a cluster of servers behind your site.

Vista woes continue

My Vista woes continue as I try and fail to pgrade my Office 2003 installation to Microsoft Office 2007. I tried installing the Enterprise edition of Microsoft Office 2007 and the install fails about 20% into it with the following message:

Error 1310. Error writing to c:config.msi4f8d86e.rbf. Verify that you have access to that directory.

Here are two screen shots of the error that I get every time – For the record, I am the administrator on the box that I am installing this software. I’m really disappointed with this bug as I’ve really enjoyed using the latest version of Office. My other computer is running Office 2007 beta2 with Windows XP and it really works great. I checked the 2007 Office known issues page and I don’t see this bug there and so I’m out of luck for now. My next move is to try uninstalling the previous version of Office and then trying a clean install to see if that makes a difference.

Error while installing the latest version of Microsoft Office for Vista

vista-office-install

I’ve gotten a few emails about my earlier Vista upgrade and iTunes is still broken for me. I am not able to play any purchased music from iTunes or Audible even after I validate my username/password combination. I was a little paranoid about this upgrade and so I have several good and complete backups of my XP installation including all my stuff on S3 via JungleDisk, Carbonite and 2 USB drives locally.

I am getting a new computer this week and so I may try a clean and fresh install of Vista to see if the same problems exists or if they are just because I upgraded from XP to Vista.