Sorry pressed Send before finished:

as described by Ben HERE:

http://www.sys-con.com/coldfusion/article2a.cfm?id=500&count=9449&tot=11&page=7

the code below is how he got hold of the factory methods...

-----Original Message-----
From: Douglas Humphris 
Sent: 17 October 2002 11:35
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] Quickie - page execution times


You could use the CFMX factory as cescribed by Ben Forta here:


<!--- Access factory --->
<CFOBJECT ACTION="CREATE"
TYPE="JAVA"
CLASS="coldfusion.
server.ServiceFactory"
NAME="factory">
<!--- Dump factory contents --->
<CFDUMP VAR="#factory#">

-----Original Message-----
From: Giles Roadnight [mailto:giles.roadnight@;goldcockerelbooks.co.uk]
Sent: 17 October 2002 11:32
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] Quickie - page execution times


Hi

Is there a way in MX to output the length of time a page took to execute
without turning on debugging? I know about gettickCount() I was just
wondering if you directly output the time. Possibly with CFtrace - I
can't find anything about this in the help.


Giles Roadnight
http://giles.roadnight.name



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to