In case you noticed that Incoherent Babble dropped off the net for several hours today, it was due to an upgrade to PHP5 gone bad.
Posts tagged with techno-babble - Page 9
Supposedly about
If (Confusion.Equals("Very"))...
Supposedly about
I was looking through some source code for a class I was using, and found the following block of code:
Talk About a Long-Running Process
Supposedly about
I threw together a little app to load up some rather large text files into a new SQL Server 2005 database I setup (we’re talking about 6 gigs of text). It’s now been running for 48 hours straight, reading a line at a time, building an insert
statement, and passing it to the database.
12 Maddening Hours
Supposedly about
I spent 12 total hours banging my head against a maddening problem.
Coral Cache Problems
Supposedly about
So I was working on a new web app today, and I thought it’d be cool if the URLs it accepted were passed over to the Coral Cache so that a copy of the page was always on file somewhere, just in case it disappeared.