There are a finite number of threads available to CF Server. Lots of CFHTTP
calls are generally a bad idea on most servers because each one ties up a
thread. If, for example, you have CF set for 5 simultaneous threads, and
three or four of them are stuck for minutes at a time, that only leaves one
or two for the rest of the templates to use, and they start backing up in
the que. If enough back up, eventually, they will start timing out with the
"server too busy" message.
You might want to check out the following article:
http://www.allaire.com/Handlers/index.cfm?ID=8627
-Cameron
--------------------
Cameron Childress
elliptIQ Inc.
p.770.460.7277.232
f.770.460.0963
> -----Original Message-----
> From: Benjamin Wai [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 23, 2001 12:10 PM
> To: CF-Server
> Subject: High traffic error message
>
>
> On one of the servers we are running, it is experiencing frequent hang up
> with the "unable to response due to high traffic" message and it
> stays. The
> CF Application Server service will need to be stopped and restarted to get
> the site running again. I have not noticed the same happening on
> the other
> servers running the same code. However, from monitoring the
> activities, one
> symptom I notice is that a lot of CFHTTP calls made by this
> server sometimes
> may exceed several minutes or even timed out (which it is
> understandable on
> the receiving backend because of long queries, processes, service offline,
> etc). There seems to be some coincidences on the occurrences of the long
> CFHTTP process and the time the server encountering the high
> traffic error.
> But it is not consistent. One theory we come up with is that
> because of the
> multiple long CFHTTP calls, CF threads are tied up. Then, when the CFHTTP
> calls timed out, there may be memory leak or for some reasons the threads
> are not released and so the CF server runs out of resources for the next
> execution - even for a simple CFM page (hence the high traffic).
>
> That's our theory while we are still trying to figure it out.
> Any suggestions or comments on what we can do or look at?
> Or did anyone encounter similar problem before?
>
> Thanks.
>
> Benjamin Wai
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com