Re: cfthread execution slowdown

2013-07-30 Thread Money Pit
: Money Pit [mailto:websitema...@gmail.com] Sent: Friday, July 26, 2013 11:41 AM To: cf-talk Subject: cfthread execution slowdown I need another set of eyeballs on this. I can't see what I'm doing wrong. I'm building many thousands of static pages. I turned to cfthread to speed things up

cfthread execution slowdown

2013-07-26 Thread Money Pit
I need another set of eyeballs on this. I can't see what I'm doing wrong. I'm building many thousands of static pages. I turned to cfthread to speed things up. Each thread can output one page or more than one depending on info retrieved. I use an array to manage the number of threads in use

Re: cfthread execution slowdown

2013-07-26 Thread Russ Michaels
are the requests taking any longer to run during the slowdown ? If so, I would look at your database as a possible culprit. Maybe you have exceeded the max number of database threads and that is causing queues on the database, or there may be some other bottleneck because the database is busy

RE: cfthread execution slowdown

2013-07-26 Thread David Phelan
: Friday, July 26, 2013 12:41 PM To: cf-talk Subject: cfthread execution slowdown I need another set of eyeballs on this. I can't see what I'm doing wrong. I'm building many thousands of static pages. I turned to cfthread to speed things up. Each thread can output one page or more than one

RE: cfthread execution slowdown

2013-07-26 Thread Mark A Kruger
Is this apache or IIS? -Original Message- From: Money Pit [mailto:websitema...@gmail.com] Sent: Friday, July 26, 2013 11:41 AM To: cf-talk Subject: cfthread execution slowdown I need another set of eyeballs on this. I can't see what I'm doing wrong. I'm building many thousands