Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Dynamic Classes

Guest
Aug 07, 2009 Aug 07, 2009

Hi All,

In our Web Application , we are using dynamic creation of cfm pages and every time a cfm page is dynamically created a subsequent class files gets generated and stored in cfclasses directory and is certainly increasing our memory.

Is there a way to stop this particular dynamically created cfm page to save class files.

Please help.

433
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 09, 2009 Aug 09, 2009
LATEST

You can disable caching in the Coldfusion Administrator. Navigate to the page Server Settings => Caching. However, it is a bad idea to disable caching on a production server, as you will then prevent reuse.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources