J.J
Member since Jun 14, 2010
- Profile: /members/6209-j-j.htm
- Comments: 4
Recent Blog Comments By J.J
-
Learning ColdFusion 8: CFThread Part II - Parallel Threads
Posted on Dec 20, 2010 at 1:35 PM
Hi Ben, I recently discover some interesting facts while using ColdFusion to extract a huge amount of data from the database, writing to a CSV file. It seems if we are processing the extraction in one single page request, ColdFusion will hold on to the memory referenced by the variables within t... read more »
-
Learning ColdFusion 8: CFThread Part II - Parallel Threads
Posted on Jun 16, 2010 at 12:41 PM
Ben, I like the paging looping idea you have in your last post. I was trying to keep a counter of the threads currently initiated by the page and asking the main page to sleep on it with a fix interval as the max thread_count is reached. After each thread finishes execution, it must decrement the... read more »
-
Learning ColdFusion 8: CFThread Part II - Parallel Threads
Posted on Jun 15, 2010 at 1:04 PM
Ben, First of all, I would like to say I found the articles posted here very helpful. Thanks. I have two scenarios that I want to flush out the details but might not have the expertise or the time to do a in-depth investigation, maybe someone reading these articles might have a better approach. ... read more »
-
Learning ColdFusion 8: CFThread Part II - Parallel Threads
Posted on Jun 14, 2010 at 4:03 PM
I am doing data loading into varies tables, XML data, and then some transformation from XMl to Relational table structure. I have about 10,000 records with an XML column that I want to map to Relational Tables, each thread is used for one of these mappings and it works much faster. Oracle 10g R2 w... read more »