July 15, 2003
Several blogs have quoted me as saying that "Red Sky" (the ColdFusion MX maintenance release due out this summer) can deliver mail at 1 million messages per second. The origin of this quote seems to be an online user group presentation I gave last month, but the quote is slightly off. What I did...
July 12, 2003
I am now getting spammed regularly by spammers offering to sell me anti-spam software. The fact that they keep sending these messages is making me think that there are idiots out there who are actually taking them up on the offer. And honestly, I find that more troubling than the spam itself.
July 12, 2003
Here is a question I received via e-mail over the weekend, and my response. I thought it was worth sharing. What does the "Use J2EE session variables" ColdFusion Administrator option do, and should I use it? And if I should use it, why is that option not checked by default? There are two ways that...
July 11, 2003
Three more locations added to my summer US user group tour, two locations in CA and one in TX. Dates and locations are posted on my home page. If you're in the area (or rather, if I'm in your area), make sure to come by and say "hi".
July 10, 2003
ColdFusion lets developers access files and directories using tags like and and functions like FileExists(). These tags and functions have access to local drives only. ColdFusion (on Windows) runs as a service, and Windows services by default cannot access other servers. Is there a workaround? Yes,...
July 9, 2003
I had the pleasure of speaking to a user group in Washington, DC last night. Attendance was great, and the crowd was interactive and enthusiastic (as per usual in DC). I polled the group: about a half were using CFMX, just under a half were using CF5, and a few were still using CF4.x. Only 1...
July 7, 2003
It happened, the first "porting" problem reported to me by a user. Last week I moved my sites from a Windows 2000 box to Linux 8 running Apache 2.4. The move was about us painless as can be (with the exception of having to rename a few copies of application.cfm to Application.cfm). Today a user in...
July 7, 2003
Several people have asked recently about running ColdFusion on Windows Server 2003 (including one gentleman at the NY CFUG event last night). So, here's the scoop. Windows Server 2003 is not supported in ColdFusion MX, but will be supported in the upcoming "Red Sky" maintenance update (which will...
July 6, 2003
First real problem on the Linux box. Sites were down for most of Sunday (and early Monday). Somehow Apache stopped running, it seems that a module was not at the version level that it required. (I am still trying to work out how this happened, I did update some RPMs last week, but if that caused...
July 3, 2003
If you have ever spent time optimizing the performance and user experience of your Web pages, then this utility may be the best $200 you'll spend. HttpWatch installs right into IE and displays a pane which exposes everything that a browser is doing when a URL is requested. You'll see the load time...