> Yeah, fortunately most of the time is spent waiting for the http
> responses which uses no system resources so the templates just run
> in the background and don't even make a noticeable mark on the CPU
> usage.

While it might not affect CPU usage, it almost certainly affects server
throughput. While that long request is running, the thread processing that
request can't process any other requests. CF has a fixed number of threads
with which to process requests.

If possible, I'd recommend that you perform this long-running task using
something other than CF.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to