On Fri, Jan 16, 2009 at 2:11 AM, Craigsell wrote:
> We are working on one of our CF webservers and noticed something strange.  A 
> user was running a very long query which subsequently displays on the browser 
> (10+ minutes, tons of data - don't ask it's a mess).  It was chewing up huge 
> amounts of memory and CPU.  We contacted the user and found that they had 
> gotten tired of waiting and quit the browser -- closed it right down.

What may be the easiest way to improve the situation is to put in a
few calls to cfflush. That should allow CF to start flushing the
output buffer to the webserver and reduce the memory consumption by
'tons of bytes'.

Jochem

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318052
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to