Monthly Archives: July 2008
Google exception humor
A few days ago I was trying to open my gmail on a rather unstable Wifi connection, it was loading… loading… and suddenly it showed an error page saying: Dear valued user, You have reached the error page for the … Continue reading
Posted in High Availability
Tagged amazon, application exception, error page, gmail, google, High Availability, high scalability, scalability, youtube
Leave a comment
No more comments in your code
Comments, the more the better… right? Well I thought so too, in fact this is some of my code of a few days ago: // handle the initialization of jobs if (request.getParameter(“initiateJobs”) != null && request.getParameter(“initiateJobs”).equalsIgnoreCase(“true”)) { initializeJobs(); } // … Continue reading →