Sale starts now but ends promptly on Monday at midnight (EST), so don’t be late.
*Not valid for bundles or upgrades or with other promotions. Please see linked page for complete details.
Woah! We had a great response to our sale. So huge that we filled the disk of our web server. Amazing.
Things are back online if you want to give things another go.
Since we’re all build web sites here, I thought I’d share all the nerdy details about the crash. Here’s what happened:
the mysql database that records if people unsubscribe or if email bounces saves all it’s transactions – a log so detailed that it can replay it and recover data if things crash. There was so much traffic to our server that these log files overwhelmed the database.
I quadrupled the size of the disk – and it filled that too. In about 30 seconds.
So, I purged most of the transaction logs. And now things are running smoothly.
But this, to me, is a lesson about why flat-file-websites (like the ones that RapidWeaver makes) are so great: no database. No gigabytes of log files. Just sending a little HTML from a simple Apache server.
My main site at http://yourhead.com/ with the store and all the downloads was getting all the same traffic – even more – and serving much bigger files – and it didn’t even slow down. The traffic was barely noticeable.
Stick with flat-file sites like RapidWeaver whenever you can. Databases are just no fun.