The times I referred to were obtained by putting tickcounts around the cfx tag.

-----Original Message-----
From: Howie Hamlin [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 27, 2004 12:03 PM
To: inFusion Support List
Subject: Re: [iMS] CFX_ODSMIME

Try outputting GetTickCounts before the call to the cfx and after calling the CFX - this will give you the real time that the CFX took.  For example:
 
<cfset StartTick=GetTickCount()>
<cfx_odsmime ... >
<cfset EndTick=GetTickCount()>
 
<cfoutput>MIME decoding took #evaluate(EndTick-StartTick)# ms.</cfoutput>
 
HTH,
 
Howie

----- Original Message -----
Sent: Thursday, May 27, 2004 11:23 AM
Subject: [iMS] CFX_ODSMIME

Hi Howie,
 
While trying to diagnose some bottlenecks, I noticed an inconsistancy with the ODSMIME tag's performance. I am processing a specific file. Sometimes it takes 21000ms to process the file and others it takes 20-30ms. Any idea why this would happen? I checked to make sure that the tag is set to be loaded in RAM in the CFADMIN.
 
Has anyone else run into this before? Is there anyway to confirm that CF is keeping the tag loaded in ram?
 
Regards,

This list server is Powered by iMS "The Swiss Army Knife of Mail Servers"

This list is provided as a free service. Although we will try to address issues in a timely manner, support via this list is not guaranteed. If you require expedited support then a support contract is required. Support may be purchased from http://www.coolfusion.com/commerce. Details regarding support options may be reviewed at: http://www.coolfusion.com/SupportOptions.cfm.
To leave this list please complete the form at http://www.coolfusion.com/Support/
Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Developers/
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]

Reply via email to