> I set my Maximum number of simultaneous requests in CFAdmin > to 25. I have 1 GB of memory dedicated to this instance. > When I run a test with 5 simultaneous requests, I start to > see 403 Access Forbidden error with message "Too many users > are accessing the site at this time". The memory is still at > about 80% free. > > I am wondering if there is a maximum number of simultaneous > requests in IIS or somewhere else as well that causes CF > can't process more than 5 requests at the same time? We > checked our production log and at one point we have 44 > simultaneous requests. So if we can't handle 5, we can't > handle 44. Please help! I am running CF 7.01 on Windows 2003.
Are you absolutely sure you're using Windows Server 2003? The only reason I ask is, this error is common if you're using a desktop version of Windows instead of a server version, in conjunction with HTTPS. Otherwise, you might want to check your web server log files, to see how many requests are actually being generated. Alternatively, you can use Performance Monitor to track this in real-time. I don't think this has anything to do with CF, and everything to do with IIS. You might test this by running a test against static pages. Finally, it's possible that someone enabled throttling for the site, and set it to an abnormally low number. You can check this in the IIS management console, by right-clicking on the site in question, choosing Properties, and going to the Performance tab (I think - I don't have a Windows Server 2003 machine handy to check). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281608 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

