Title: Message
I'd be willing to bet OS considerations and disk drive speed can affect that call as well. Also, as a programmer who has used the APIs, a multiprocessor system doesn't always help. It can sometimes hinder. Especially Intel's HyperThreading.
 
You could get a caching RAID card in that system, That might help.
 
Jeff
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Nokes
Sent: Monday, September 29, 2003 1:53 PM
To: [EMAIL PROTECTED]
Subject: [KCFusion] CFDirectory MUCH slower in CFMX, any way to speed it up?

I did a test of CFDIRECTORY between CFMX (on a 4-1.6Ghz Xeon processors, 4GB RAM box) and CF5 (desktop box 1-1Ghz processor, 512 mb RAM) .

This code:

<CFDIRECTORY DIRECTORY="d:\folder" NAME="locList">
<CFOUTPUT>#locList.RecordCount#</CFOUTPUT>

This result (13,000 files and folders in the main folder):

CFMX:
6469 ms TOTAL EXECUTION TIME

CF5:
Execution Time 218 milliseconds

Obviously, this is horrible. The CFMX box is many, many, many times more powerful. I also ran this code on our beta CFMX box to be sure and got similar results, so it is definitely CFMX.

Besides going back to CF5, are there any suggestion on how to speed the file access up using CFMX?

Jason Nokes, Director of Internet Development
DistributorCentral, LLC
UPIC: DC
888-516-7401
http://www.distributorcentral.com
[EMAIL PROTECTED]

Find out why more Distributors are using DistributorCentral than ASI or SAGE!

Reply via email to