It is possible for a thread to be completed but waiting on network I/O to 
complete transferring the response back to the client This can happen for 
very large files or a large HTML report over a slow connection.

I don't know about Fusion Reactor, but SeeFusion has a "time to first byte" 
stat that tells you how long the request processed before the FIRST byte of 
data started being returned.  Unless you are using cfflush your network 
delay is generally total request time minus time to first byte.

Of course, this may not be your problem.  Things like heavy garbage 
collection can cause a pause in your server.

~Brad

----- Original Message ----- 
From: "Justin Scott" <jscott-li...@gravityfree.com>
To: "cf-talk" <cf-talk@houseoffusion.com>
Sent: Monday, February 09, 2009 7:23 PM
Subject: Re: CF7 JVM Versions

we're seeing some requests that will appear to complete but
> the thread will stay open for 30-40 seconds before it finally closes
> out.  FusionReactor shows them there in the "running requests" screen
> with no stack trace available (jvm reports it as finished). 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:319106
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