Just wondering, did you ever test this in Production mode for reactor and
reload off in model-glue?  I assume performance was much better.  Not to
mention the fact that you'll want to disable rescaffolding in Model-Glue.
Oh, and turn on trusted cache.  And maybe disable explicit full garbage
collection in jrun.

I guess my point is, are you improving the performance of fully development
mode or production mode?

Doug

On 5/4/07, Bryan S <[EMAIL PROTECTED]> wrote:

I forgot to mention that I timed the query all by itself using:
<cfset session.beginTime = GetTickCount()>
RUN QUERY HERE
<cfset session.endTime = GetTickCount()>
<cfset session.totalTime = session.endTime - session.beginTime>
<cfdump var="#session.totalTime#" label="session.totalTime">

and my change caused the query to go from nearly seven seconds to just
over two seconds.

Bryan


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --




--
Doug Hughes


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to