What!  Are you saying the Emperor has no clothes!  :o)
Why point out the obvious and ruin a perfectly good, pointless discussion!

It very well may be time to go back to just consolidate more and more
code into one or at least few threads.

I think I got started on the separate threads way back when I was first
testing parts of the functionality in a browser and wanted feedback
through the browser output about how the processing was working.

Then I moved that code into separate templates that had to run in a
specific order to process all the data. (54 templates at this point)

I think I've just become obsessed with making threads bend to my will.
It's definitely been a good learning experience about cfthread.

I'll have to sit back and reconsider how best to use cfthread now
that I'm consolidating many similar functions into single templates
and running them as scheduled tasks still.

I wish there was a way to watch scheduled tasks at work...showing data
processing, outputting results, starting and finishing of tasks, etc.
I generally just run the tasks in a browser when I need to see feedback.
Or I send myself an email with results I need to see.

Am I missing some sort of obvious feedback method when scheduled tasks
(and cfthread's, for that matter) are run?

Rick

> -----Original Message-----
> From: Mark Mandel [mailto:[EMAIL PROTECTED]
> Sent: Saturday, August 30, 2008 12:44 AM
> To: CF-Talk
> Subject: Re: cfthread running condition?
> 
> Silly question - why not just run the executing code you want to fire
> to happen at the end of thread 1? It has exactly the same result,
> there is no need to create a whole new thread, as you can just
> continue in the one you are in.
> 
> Mark
> 
> On Sat, Aug 30, 2008 at 12:26 PM, Dave Watts <[EMAIL PROTECTED]> wrote:
> >> But unlike a "page thread" that's running in a browser,
> >> the "scheduled task page thread" isn't subject to a
> >> timeout, right?
> >
> > Why wouldn't it be? It's just another HTTP request.
> >



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311830
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to