> > >if all your objects are in the session > > Noooooo, never do this. Eats up memory fast, JRUN will crash.
>I had a CF 7.0.1 site that got thousends of page views/day doing this, and >it was fine. > We were using Weblogic though, which is a tad more industrial than JRrun, > IMVHO. This is something I was concerned about recently. I'm going to be creating a new application, and am working to make it a truly OO app. With all the different objects that need to be created, as well as composited within one another, how this affected performance. Once there were 4-5 objects composited within an object, the instantiation time of the object became really slow. My thought was to use a resource pool within application memory to manage this problem. Has anyone else run into this type of problem? Rich Kroll ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255792 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

