Hi Ian,
    Sorry for the late response.
    I'm not terribly familiar with how CF runs on IIS.  I read Dave Watts 
response but I don't understand it all.  I have no idea what Dave means by 
the "Web Server Intregration Module"
    I do know that *all* websites are running in the application pool, but I 
am not sure where CF does it's processing.  If it's an ISAPI application, 
then it does indeed run in the w3wp process and sorting all of these 
applications into separate app pools will provide a lot of application 
isolation.  I hear a lot about the JVM, but I just don't know where exactly 
the processing gets done or how the request makes it from the inetinfo.exe 
process into the JVM.
    I think in any case, it will not hurt to sort about 10 applications into 
an app pool.  If you have an especially heavy-hit site, get it into its own 
app pool.  What happens is that any problems which can cause crashes (high 
memory utilization, unhandled exceptions, hangs) will be isolated into the 
w3wp.exe processes which are handling it.
    I hope this helps.  Does anyone know more about how the process reaches 
from IIS to the JVM?  Let me know, I'm interested.

- Matt



----- Original Message ----- 
From: "Ian Skinner" <[EMAIL PROTECTED]>
To: "CF-Community" <cf-community@houseoffusion.com>
Sent: Wednesday, October 31, 2007 5:23 PM
Subject: For ChestyPuller


> AKA Matt S.
>
> I do not know if you still participate in CF-Talk.  If not I posted a
> question there that you would probably be a good source of information.
>
> http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:54097#292444
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:245560
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to