Skip to main content
Participant
November 13, 2014
Question

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

  • November 13, 2014
  • 0 replies
  • 197 views

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.

This topic has been closed for replies.