Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. Uploading large files
      It's in the web config... <httpRuntime executionTimeout="2400" maxRequestLength="131072" /> There's a practical limit as well. The...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139