> Is there any way (outside of getting CF8 in a few months) that I can > access the amount of memory that a given scope is using?
If you use SeeFusion, "sort of". It shows your JVM RAM allocation, and the amount of that allocation that is being used by CF. It doesn't break it down by scope, but it's still very useful information. Right now it tells me that we have 1021 MB allocated to the JVM, and 50MB are being used by CF, that's about 5% of capacity. We generally have about 600 sessions going concurrently, so having this information allows me to not worry too much about if our sessions are taking up too much RAM. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279284 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

