Tag: timeout

Windows XP Shutdown Much Faster

March 21, 2009 by Jason

One of the inconveniences that XP brings is it sometimes takes a lifetime before it fully shuts down. You may be wondering why I still post topics on XP, it is because there are still a lot of people that are still using XP on their computers, and I guess some of them are experiencing the eternal shutdown problem on their XP machines. The main reason for this problem is that one or more application is hanging up to 20 seconds while XP tries to shutdown. To resolve this I have here a simple registry tweak to force Windows XP to shut down more quickly. Before you jump into editing your registry it is highly advisable to first create backup of your registry.

step1: The first thing you need to do is to open your registry editor. Click Start –> Go to RUN and type REGEDIT

step2: Navigate to the following keys HKEY_CURRENT_USER \ Control Panel \ Desktop
Scroll Down and look for HungAppTimeout and change the default 5000 to 1000 then click OK Read More»

A real production my.cnf file for MySQL Server

January 26, 2007 by Jason

This is a copy of the mysql config files ( /etc/my.cnf ) I use for my production servers, this same configuration has been tested on a high traffic site, a forum server on vbulletin php software with over 1.2 million posts and over 2,000 concurrent users 24 hours a day. Also ive used this same configuration on another production server that manages over 15 high traffic and high data volume mysql databases. Read More»