Ben Forta

Tag: ColdFusion

← All posts
August 6, 2003

New ReleaseComObject() Function

This one slipped under the radar for lots of folks, but if you are using COM objects from within CFML code then it is important. CFMX 6.1 added a new function named ReleaseComObject(), which does exactly what its name suggests. In the past ColdFusion did its own cleanup (eventually) and this caused...

August 5, 2003

GetTickCount() Changed

I discovered one minor problem when upgrading from CFMX to CFMX6.1, it looks like GetTickCount() changed and it is now returning a value that is very different from what was returned previously. If you use GetTickCount() to return a value that is to be compared to another GetTickCount() value then...

August 5, 2003

How Mail Delivery Threads Get Allocated

ColdFusion MX 6.1 Enterprise supports multiple mail delivery threads, the number of desired threads is specified in the ColdFusion Administrator. This number is not a pre-allocated pool, rather, it is the maximum that ColdFusion may allocate if needed, and ColdFusion will not always allocate the...

August 5, 2003

ColdFusion MX 6.1 Has a Few Known Issues

Initial indications are that ColdFusion MX 6.1 is rock solid, and all feedback thus far has been very positive. There are, however, a few known issues (stuff that unfortunately did not make it into the final build). If you do run into any gotchas, check the "ColdFusion MX 6.1 Known Issues" list at...

August 4, 2003

CF Expected To Be In Demand Down Under

ZDNet Australia is reporting that there is still a market for IT professionals. The story is at http://www.zdnet.com.au/newstech/enterprise/story/0,2000048640,20276849,00.htm The part I like is this: "Specific technology skills expected to be in demand during the next 12 months include wireless ......

August 4, 2003

Learn About Enhancements

in CFMX 6.1 has been dramatically enhanced. Changes include support for multiple mail delivery threads, SMTP server redundancy, SMTP logins, and more. I created a short Breeze presentation (under 10 minutes) to explain this new features and technologies. Feel free to view it (and listen to it) at...

August 4, 2003

My "Multiple Instances" Presentation

Over the past few weeks I visited lots of user groups and presented a session on working with multiple ColdFusion instances. Some of you have asked for a copy of that presentation, and so I have tweaked it slightly (to bring it in line with ColdFusion MX 6.1 Enterprise) and published it as a Breeze...

August 4, 2003

It's a ... ColdFusion!

It's official, ColdFusion MX 6.1 (the product formerly known as "Red Sky") has been released. Lots more details to follow. For now you can get more info (and the product) from http://www.macromedia.com/software/coldfusion/. Oh, and as a maintenance releases, ColdFusion MX 6.1 is free to licensed...

August 2, 2003

Java CFX Tags Are Always Loaded

If you are developing CFXs using the Java CFXAPI this one will get on your nerves (it's bugging me big time, and based on Christian Cantrell's recent messages to me it is bugging him endlessly too). C/C++ CFX tags have a "Keep DLL Loaded" checkbox, but Java CFXs do not. Java CFXs are Java classes...

Page 154 of 157 (1562 posts)