That's all great, and I am looking forward to these improvements.
However It's hard to believe that a Java engine will be faster than a C++ engine.

(The Java interpreter itself is written in C++. C++ is compiled directly to machine 
code. Think about it)

At 10:03 AM 11/10/00 -0600, Nathan Stanford wrote:
>ColdFusion 5.0 
>
>Query a Query!!!
>Your own User Functions!!!!!!!
>
>Java Engine Coming... Code Named Neo!! (Faster then C++ Engine currently
>being used.)
>
>
>
>> -----Original Message-----
>> From: Aidan Whitehall [SMTP:[EMAIL PROTECTED]]
>> Sent: Friday, November 10, 2000 8:59 AM
>> To:   CF-Talk
>> Subject:      RE: Best Practices
>> 
>> > I would also take a semi-Fusebox approach to this and write 
>> > the query in its
>> > own page and just include that page as needed.  That way, you 
>> > only need to
>> > go to one place to change the query ;)
>> 
>> 
>> And if it's a query that is run often enough and almost never changes (ie
>> GetCountries), as well as putting it in it's own file, cache the pants off
>> it too.
>> 
>> <CFQUERY DATASOURCE="#request.DataSource#"
>>                        NAME="GetCountries"
>>                        CACHEDWITHIN="#CreateTimeSpan(1,0,0,0)#">
>> etc, etc
>>                        
>> 
>> BTW, Dave Watts (bows in an Easterly direction) said that CACHEDWITHIN
>> queries only use the cached recordset when the SQL statements are
>> *identical*; even a bit of whitespace in a different place is enough to
>> make
>> ColdFusion hit the database again.
>> 
>> Therefore, if you CFINCLUDE the query in it's own file, you make sure that
>> there is only ever one version of that query; ergo, no problems.
>> 
>> 
>> -- 
>> Aidan Whitehall <[EMAIL PROTECTED]>
>> Netshopper UK Ltd
>> Advanced Web Solutions & Services
>> 
>> http://www.netshopperuk.com/
>> Telephone +44 (01744) 648650
>> Fax +44 (01744) 648651
>> --------------------------------------------------------------------------
>> ----------------------
>> Archives: http://www.mail-archive.com/[email protected]/
>> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
>> a message with 'unsubscribe' in the body to
>> [EMAIL PROTECTED]
>------------------------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/[email protected]/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
>with 'unsubscribe' in the body to [EMAIL PROTECTED] 


---------------------------------------------------------------------------
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstreaming.com
[EMAIL PROTECTED]
Phone 1.212.545.1232 x204 Fax 1.212.545.0938

To put this contact information into your Palm device, click here:
http://www.coola.com/cgi-bin/addinfo.cgi?pid=15803&rid=972879910&type=A


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to