> Our dual proc cfmx server has the svchost.exe running at 
> 50%, seemingly tying up a whole processor.
>  
> I don't think this is normal. Any ideas on what to check?

Well, I suspect this is the ISAPI interface to CFMX. In IIS 5, you can
select different application isolation levels. By default, unless you choose
"Low", your application ISAPI extensions will be run by svchost.exe, rather
than being run in-process by IIS itself.

However, I don't know that changing the application isolation level will
mean that you'll have more free processor time; it may then just be consumed
by IIS instead of svchost.exe. But in general, you're supposed to see better
performance with IIS by choosing "Low" and running ISAPIs in-process.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to