True CF8 object creation is way, way faster (hooray!). But even on CF8, creating per-request objects with ColdSpring is always going to be a tiny bit slower than creating them with your own factory, due to ColdSpring resolving the dependencies. As I mentioned, the overhead is minimal, and unless one is creating a huge number of per-request CFCs they would probably never even notice it, but there is overhead nonetheless.
On 10/5/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: > > Of course, as you point out, there are already some inherent > > performance issues with using CS, regardless of AOP (and really CFC > > instantiation in general). > > This is basically fixed in CF8, compaired to CF7. > > -- > Tom Chiverton > Helping to enormously accelerate world-class design-patterns > on: http://thefalken.livejournal.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290344 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

