"Error","TID=251","04/29/99","15:51:09","Error number
232 occurred while
attempting to write the reply to the web server."
Here's what happens. A .cfm page is requested. The
web server sends the request to CF server and opens up
a listener that wait for the response. While the web
server waits, ColdFusion server processes the
requested page. If the request exceeds the web
server's timeout, then the web server closes the
listener. In the mean time, coldfusion server
attempts to send the response back to coldfusion
server but cannot because the web server has timed out
the listener for that port. Thus, coldfusion then logs
the error above in the server.log file.
Resolution:
This should not be ignored if it occurs frequently.
Use load testing or whatever method you know of to
find the page or pages that are exceeding the web
servers time out. Try and reduce the time it takes to
process these pages by optimizing the queries and or
code in the page. If that cannot be done, then
increase the timeout on the web server.
This is what I have found to be successfull.
=====
Suzanne Capener
Macromedia Certified Instructor and Developer
Cell: 801.391.9203
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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