Question
cfinvoke vs createobject
I have a bunch of web apps that use <cfinvoke> statements to call CFCs. After a recent CF Server Admin class, our instructor mentioned that <cfinvoke> was VERY slow, and that I should be using CreateObject() instead, because it's more efficient.
So my question is, has anyone done any comparisons to see the actual difference? I'm curious to hear other people's experiences with this.
