Has anyone run tests comparing the relative speed of a procedure when implemented in actions as opposed to metatags in HTML Results?

I would be curious to see a comparison of these two approaches for:
Non-cached
cached
compiled.

To me, the action approach is more amenable to server-side speed-up, especially when compiled for J2EE, but I would be curious to see the difference. My bias has been to use actions for most things related to business logic, because I think it is easier to have the logic exposed when I crack open an old or unfamiliar file.

But there are some corner cases, where I could go either way. And there are some frequently-called methods that I would like to optimize for speed.


Bill

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to