Antoine B
Member since Nov 29, 2010
- Profile: /members/7373-antoine-b.htm
- Comments: 2
Recent Blog Comments By Antoine B
-
Learning ColdFusion 8: CFThread Part I - Data Exchange
Posted on Nov 29, 2010 at 7:29 AM
Sorry, for the last block of code, I should have written <cfthread action="sleep" duration="#sleepTimeout#" />... read more »
-
Learning ColdFusion 8: CFThread Part I - Data Exchange
Posted on Nov 29, 2010 at 7:26 AM
Hi Ben, I was wondering if using cfthread sleep action could be a workaround to slow down cfmail speed, as I have a lot of "too many conexions, slow down" mail issues. Something like this : <cfset sleepTimeout= 1000> <cfquery name="get_Users" datasource="... read more »