Adobe COLDFUSION 9 Manual page 13

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
What's New
• Caching specific objects. Includes the ability to put, get, and flush cached objects.
• Setting cache dependencies
• Setting idle timeout
• Getting metadata about cached objects
For more information, see
Optimizing ColdFusion
In-memory files
In-memory files allow you to dynamically generate CFM files and execute them directly from memory. Memory-based
virtual file system speeds up the processing of transient data. In-memory files are not written to disk and are saved on RAM.
In ColdFusion, in-memory files help you simplify the execution of dynamic code. Though they function in the same
manner as disk files, they are faster. In-memory files are supported across all tags and functions that take file/directory
as input or output. They work in the same manner as files saved on the disk.
For more information, see
Working with in-memory
Improved Clustering
This release supports serialization of query, array, and datetime types in CFC.
Other performance enhancements
• Improved CFC performance
• Faster Java method invocation
Database enhancements
DataDirect
This release supports DataDirect driver version 4.0 SP 1. The feature helps to enhance database operations by
providing the following features:
• Support for MySQL (Enterprise and Commercial editions), Oracle11g, DB2v9.5, Informix 11, and SQL Server 2008
• Support for IPv6
• Option to set a default query timeout value
For more information, see the DataDirect Connect JDBC Support in the Configuring and Administering ColdFusion.
Note: By default, the datasource property MaxPooledStatements is set to 100 (and not 1000 as in the previous releases)
for the drivers DB2, Informix, MSSQLServer, Oracle, Sybase, and MySQL(DataDirect). Adobe recommends that you
maintain the default number of max pooled statements to avoid memory-related issues.
datasource is optional attribute
The attribute
is an optional attribute for the tags
datasource
specify this in the Application.cfc.
Code Analyzer
You can migrate code from ColdFusion 7 or ColdFusion 8 to ColdFusion 9.
For more information, see
Using the Code
applications.
files.
,
cfquery
cfinsert
Analyzer.
Last updated 8/5/2010
,
, and
. You can
cfupdate
cfdbinfo
8

Advertisement

Table of Contents
loading

Table of Contents