> When I view the task manager for my CFMX 6.1 (with updater) > win2k server, I see the DLLHOST.EXE under the username > IWAM_USER using over 200 megs. I don't recall seeing this > before. Does this have something to do with the CFMX process?
By default, IIS runs ISAPI applications using pooling - the "Medium" application isolation setting on the IIS management console's "Home Directory" tab. If you set this to "Low", your ISAPI applications (including the CF ISAPI filter/extension) will run in-process. This is supposed to provide better performance, but to be honest I haven't done any strict comparisons to see the difference in memory consumption. In any case, though, if you lower the application isolation, you will no longer see any memory consumed by IWAM_MACHINENAME. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area. http://www.houseoffusion.com/banners/view.cfm?bannerid=44 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:181950 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

