Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jayn #1
Large CFC Files
Hi,
I was just wondering if I put all the quries as functions in to a single CFC file will that have a substatial performance impact?
jayn Guest
-
uploading large files through ASP
Hi , I have a requirement where i need to upload big files to the server through a web browser. Something like a file upload in mail... -
Illustrator CS files with large linked files results in large file size
If I place a large linked Photoshop 7 file (.psd or.eps), say 36 MB, in Illustrator CS and save without embedding the file it takes ages to save and... -
large PDF files
Why is it that when I create a PDF file from a Freehand MX file, 7.3mb, the PDF file ends up being 16.8mb? I am not doing any compression but I am... -
Website files seem too large too many
I was using Publisher 97 to do a small bike club website, address is www.rcst1.org This site in Pub 97 is realatively small, loads quick and was... -
Uploading large files
It's in the web config... <httpRuntime executionTimeout="2400" maxRequestLength="131072" /> There's a practical limit as well. The... -
Frickie #2
Re: Large CFC Files
There should not be a performance impact as far as the CFC is concerned, but
then again, you did not mention how many queries you had, 10, 100, 1000? nor
how you would instantiate the CFC and where you would store the instance
(variables, session, application scope??). Now, If your queries perform poorly,
then that is another issue...
Frickie Guest



Reply With Quote

