GantzerGroupRCB wrote:
> In the ColdFusion Administrator, on my machine the
setting "Maximum number of
> threads available for CFTHREAD" is set to 10, which is
the default and supposed
> maximum for Standard Edition.
>
> Yet, in practice, I'm finding that only two threads are
being started (based
> on looking at each thread's Starttime and Status). This
is a problem because
> once two threads get into the status WAITING if they are
joining to threads
> that are NOT_STARTED deadlock occurs. It is also a
problem as things are
> theoretically going five times as slow.
>
> What setting am I missing? Is there another limit to
threads? My settings
> are mostly default settings.
From the CF feature comparison
(
http://www.adobe.com/products/coldfusion/pdfs/cf8_featurecomp.pdf):
"CFTHREAD is limited to two additional spawned threads in
Standard Edition."
--
Mack