Re: running requests longer than request timeout

2010-09-23 Thread Russ Michaels
Native threads cannot be killed and will hang about until complete. You can find more info on the from website and list. Russ On 23 Sep 2010 03:28, Richard Steele r...@photoeye.com wrote: On CF8 Enterprise, we have set the request timeout to 30 seconds. However, in Fusion Reactor the request

Re: running requests longer than request timeout

2010-09-23 Thread Richard Steele
Native threads cannot be killed and will hang about until complete. You can find more info on the from website and list. Russ On 23 Sep 2010 03:28, Richard Steele r...@photoeye.com wrote: On CF8 Enterprise, we have set the request timeout to 30 seconds. However, in Fusion Reactor the request

Re: running requests longer than request timeout

2010-09-23 Thread Richard Steele
Is there automated anyway to kill those threads? Thanks in advance. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Re: running requests longer than request timeout

2010-09-23 Thread Russ Michaels
nope, even FR cannot kill them automatically, you have to force thread death. On Thu, Sep 23, 2010 at 9:37 PM, Richard Steele r...@photoeye.com wrote: Is there automated anyway to kill those threads? Thanks in advance. ~|

Re: running requests longer than request timeout

2010-09-23 Thread Rick Root
On Thu, Sep 23, 2010 at 5:28 PM, Russ Michaels r...@michaels.me.uk wrote: nope, even FR cannot kill them automatically, you have to force thread death. and in Fusion Reactor Enterprise, that's often not an option and it pretty much never works - because Fusion Reactor is java, and java cannot

Re: Running Requests?

2001-10-30 Thread Chris Norloff
You can turn on debugging and see which templates processed for each request. I'm not sure if you can monitor this from the server side. Chris Norloff -- Original Message -- from: Tony Schreiber [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Fri,

RE: Running Requests?

2001-10-27 Thread Kevin Gilchrist
: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 15:05 To: CF-Talk Subject: RE: Running Requests? Wouldn't the file only be accessed briefly and not show during the length of the request? The file isn't open while it's being processed, right? If your server is NT/W2K

RE: Running Requests?

2001-10-27 Thread Kevin Gilchrist
: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 15:05 To: CF-Talk Subject: RE: Running Requests? Wouldn't the file only be accessed briefly and not show during the length of the request? The file isn't open while it's being processed, right? If your server is NT/W2K

RE: Running Requests?

2001-10-27 Thread Dave Watts
If your server is NT/W2K you could try the filemon tool at: http://www.sysinternals.com/ntw2k/source/filemon.shtml Wouldn't the file only be accessed briefly and not show during the length of the request? The file isn't open while it's being processed, right? No, you're right, that

RE: Running Requests?

2001-10-26 Thread Dave Watts
Is there any way to see what templates are currently being processed? I don't think this is exposed by any of the performance monitor data. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~

RE: Running Requests?

2001-10-26 Thread Tony Schreiber
Well, for one, I want to see what cf pages are being hit in real time, but mostly because if I have an errant template or something spiralling out of control, I want to find out which one it is. I was writing one page not too long ago, can't remember what I was doing, but as soon as it would

RE: Running Requests?

2001-10-26 Thread Dave Watts
Well, for one, I want to see what cf pages are being hit in real time, but mostly because if I have an errant template or something spiralling out of control, I want to find out which one it is. I was writing one page not too long ago, can't remember what I was doing, but as soon as

RE: Running Requests?

2001-10-26 Thread Kevin Gilchrist
If your server is NT/W2K you could try the filemon tool at: http://www.sysinternals.com/ntw2k/source/filemon.shtml -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 12:34 To: CF-Talk Subject: RE: Running Requests? Well, for one, I want

RE: Running Requests?

2001-10-26 Thread Mark Stewart
invaluable. Of course, the idea is to not get any emails at all. But you never know where Mr. Murphey is going to pop up. Mark -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 12:34 PM To: CF-Talk Subject: RE: Running Requests? Well

RE: Running Requests?

2001-10-26 Thread Tony Schreiber
- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 12:34 To: CF-Talk Subject: RE: Running Requests? Well, for one, I want to see what cf pages are being hit in real time, but mostly because if I have an errant template or something spiralling out of control, I want