So how do I check this?  Thanks.

> So unless you've somehow disabled the queue or throttled IIS 

Johnny

>> -----Original Message-----
>
>There's probably something else that's going on.
>
>The "Maximum number of simultaneous requests" (unless I'm mistaken) only
>defines the number of _active_ threads that will spawn - in other words the
>total number of "currently working" threads.  However the server should be
>able to ACCEPT more (many, many more) requests than that - it should simply
>queue the "extra" requests and save them until a thread becomes available to
>handle them.
>
>CF provides perfmon counters and a command line tool (CFSTAT) that can let
>you see the state of active threads and the request queue.  Use them to
>determine how CF is reacting to your test.
>
>So unless you've somehow disabled the queue or throttled IIS (for I believe
>the error you're seeing is an IIS, not CF, error) CF should be perfectly
>happy.  Check your page timeout and cache settings as well.
>
>I would focus on IIS at first however - I think it's the throttle point from
>what you've described.
>
>Jim Davis

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281599
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to