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

cfcache template cf10 issue. When I use it thousands ( 15000) of threads remains in process coldfusion.exe until server crash.

New Here ,
Nov 13, 2014 Nov 13, 2014

Hi,

Using cfcache to cache templates for a short period of time, the number of threads in coldfusion.exe process increase unexpectedly. Moreover, these threads remains in process (view resource monitor). We don't know why. Maybe an xml config file of CF10 take control of these threads?

When I use this code:

<cflock name="prodDetail#URL.ID#" type="exclusive" timeout="10000">

<cfcache timespan="#createTimeSpan(0,0,0,30)#" key="prodDetail#code#" id="prodDetail#code#" name="prodDetail#code#">

....

....

</cfcache>

</cflock>

Thanks in advance.

177
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
no replies

Have something to add?

Join the conversation
Resources