Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
assigned to a worker thread. Obviously CF8 changes the game, but I > presume > > > you've ruled out memory issues, infinite loops, pathological GCs etc? > > > > > > Jaime Metcher > > > > > > > > > > > > > -O

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Andrew Scott
t; > > > > > -----Original Message----- > > > From: Mark Mandel [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, 14 February 2008 3:28 PM > > > To: CF-Talk > > > Subject: Cannot create a new thread because the task queue has reached > > > it m

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
PM > > To: CF-Talk > > Subject: Cannot create a new thread because the task queue has reached > > it maximum limit > > > > > > Hey all, > > > > We keep getting this error on our server: > > > > Cannot create a new thread

RE: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Jaime Metcher
> To: CF-Talk > Subject: Cannot create a new thread because the task queue has reached > it maximum limit > > > Hey all, > > We keep getting this error on our server: > > Cannot create a new thread because the task queue has reached it > maximum limit > > Where w

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
y and run the code synchronously. Mark On Feb 14, 2008 4:40 PM, Andrew Scott <[EMAIL PROTECTED]> wrote: > Intersting though... > > Because this is your problem, but I do not know enough about this area > of coldfusion to comment on it :-( > > "Cannot create a new thread

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Andrew Scott
Intersting though... Because this is your problem, but I do not know enough about this area of coldfusion to comment on it :-( "Cannot create a new thread because the task queue has reached it maximum limit" That tells me that the limitation on CF Standard has been reached, for the

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
.. > > I recal limitations on running threads with Standard, but do not quote > me on that one > > Intersting though haven't seen that error before. > > > > On 2/14/08, Mark Mandel <[EMAIL PROTECTED]> wrote: > > Hey all, > > > > We keep getting th

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Andrew Scott
r server: > > Cannot create a new thread because the task queue has reached it maximum limit > > Where we are attempting to use for some code (it's actually > Transfer code). > > The error occurs on the block: > > > > "

Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
Hey all, We keep getting this error on our server: Cannot create a new thread because the task queue has reached it maximum limit Where we are attempting to use for some code (it's actually Transfer code). The error occurs on the