CF Threads

2002-03-05 Thread Deborah Curley
Question, the limit simultaneous request setting, does that set it so cf allocates one thread for every process? So it does not create child threads from the parent thread for another process - like in unix,java? Just trying to get a grasp on exactly how CF handles threads. Any advice is apprec

Cf-threads?

2004-12-27 Thread Katz, Dov B (IT)
I occasionally see my thread count spike from 10-20 to 100-200 What's the best way to figure out why? The threads are all jrpp- by name, and I wrote a java cfx tag to enumerate them and produce a cfquery with the thread name, priority, etc... Any reason I'd see this happen? -Dov --

RE: CF Threads

2002-03-05 Thread Dave Watts
> Question, the limit simultaneous request setting, does that > set it so cf allocates one thread for every process? So it > does not create child threads from the parent thread for > another process - like in unix,java? Just trying to get a > grasp on exactly how CF handles threads. Any advic

Re: Cf-threads?

2004-12-27 Thread Sean Corfield
On Mon, 27 Dec 2004 15:05:04 -0500, Katz, Dov B (IT) <[EMAIL PROTECTED]> wrote: > I occasionally see my thread count spike from 10-20 to 100-200 > What's the best way to figure out why? The threads are all jrpp- by > name, and I wrote a java cfx tag to enumerate them and produce a cfquery >

Re: Cf-threads?

2004-12-27 Thread Cameron Childress
Are you watching the cfstat utility when you see this? I've seen similar things happen when the configured active thread count reaches it's max due to a lock or long running thread and threads start queueing. Then the log-jam breaks and the threads decrease rapidly as the queue empties out. If y

Re: Cf-threads?

2004-12-27 Thread Dov Katz
I'll take a look at the spider thing. As for Queued threads, I guess my fundamental question (Which you alluded to) Was whether incoming queued requests are stored as threads. Also, is there any harm in my pages if I throw the URL inside the thread name? This might help me understand when thi

RE: Cf-threads?

2004-12-27 Thread Jim Davis
> -Original Message- > From: Dov Katz [mailto:[EMAIL PROTECTED] > Sent: Monday, December 27, 2004 7:21 PM > To: CF-Talk > Subject: Re: Cf-threads? > > I'll take a look at the spider thing. As for Queued threads, I guess my > fundamental question (Whic

File upload <> cf threads question

2002-11-25 Thread Peter
Hello! A short question - at which point of a file upload operation coldfusion gets the control? At the moment the upload is initiated by the user or not until the file is uploaded completly to the server? I am asking this because of the fact that only several worker threads are created (f.e

CF threads and multiprocessor servers

2001-06-20 Thread Earl, George
How does using a multiprocessor web server affect the number of concurrent threads that can run in CF? For example, other things being equal, can a quad processor server handle four times as many threads as a single processor server? Or is the number of threads tied into the operating system? (We'

Re: File upload <> cf threads question

2002-11-25 Thread Howie Hamlin
vember 25, 2002 7:10 PM Subject: File upload <> cf threads question > Hello! > > A short question - at which point of a file upload operation coldfusion > gets the control? At the moment the upload is initiated by the user or not > > until the file is uploaded completly to th

Monitor memory usage of CF Threads

2005-02-21 Thread Jacob
Is there an utility that can monitor the memory usage of a thread? I have ColdFusion 5.0 running in windows 2000 and I have a script that appears to have a memory leak. ColdFusion is running with 22 threads run about 79 MB of memory usage for a few minutes, then it ColdFusion will spike to over

RE: Monitor memory usage of CF Threads

2005-02-21 Thread James Holmes
3:53 To: CF-Talk Subject: Monitor memory usage of CF Threads Is there an utility that can monitor the memory usage of a thread? I have ColdFusion 5.0 running in windows 2000 and I have a script that appears to have a memory leak. ColdFusion is running with 22 threads run about 79 MB of m

Re: Monitor memory usage of CF Threads

2005-02-21 Thread Douglas Knudsen
n the server is crawling up its own orifice and you don't have > to worry about threads: > > www.seefusion.com > > -Original Message- > From: Jacob [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 22 February 2005 3:53 > To: CF-Talk > Subject: Monitor memory usage

RE: Monitor memory usage of CF Threads

2005-02-22 Thread Calvin Ward
I don't know if this helps the original poster, isn't SeeFusion CFMX only? - Calvin -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 12:01 AM To: CF-Talk Subject: Re: Monitor memory usage of CF Threads have you hooked up seef

RE: Monitor memory usage of CF Threads

2005-02-22 Thread Jacob
PROTECTED] Sent: Tuesday, February 22, 2005 11:33 AM To: CF-Talk Subject: RE: Monitor memory usage of CF Threads I don't know if this helps the original poster, isn't SeeFusion CFMX only? - Calvin -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, F