Archive for the 'Answer my searches' Category

Out of the pooled connections, are ye ?

Friday, August 12th, 2005

Assuming that you’re the “proud” owner of a .net “powered” website and you’re getting this error message:

Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

Then here is a very short term fix:
1. Go […]

Dead end search - A screencast

Wednesday, August 10th, 2005

My first attempt at screencast humor

Upgrading To the Latest Release of Subversion on Ubuntu

Friday, July 8th, 2005

Getting the latest version of Subversion for my Ubuntu system

VB’s iif in Python

Saturday, July 2nd, 2005

Visual Basic’s IIF equivalent in Python

How to change null values into something else in MS SQL Server

Tuesday, June 14th, 2005

Apparently you can’t search for null values like other values in this database system