Joe Eugene wrote: > You loose alot of flexibility.. on a shared server.. How many ppl are > running enterprise CFMX on shared servers?
You mean people run shared servers *without* sandbox security? /me rolles eyes > Have ever had to call a function/method in CF around 1000 times on a > page? Do some math with it...CFObject(Java) blows CF.. Needing the performance of Java is an entirely different situation from needing the features of Java. If you need the performance of Java, the more common upgrade path from shared hosting is to first get a dedicated server, then start rewriting CFML code in something faster. If you need the features of Java, for instance the ability to access the DatabaseMetaData interface, but you don't need the performance, you would still be forced to upgrade to a dedicated server because no sensible host will allow cfobject on a shared server. A way in between would be some java custom tag, but it has both the disadvantages of a built-in tag, less flexibility, and of something custom made, the effort to get it on the host. > try it. I hope you are not seriously suggesting I allow anybody but myself (administrator) access to cfobject on a shared host. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

