> I typically keep tags site-specific as well. Otherwise, what happens > when one site on the server wants to update their tag-dependent code > and the other 39 don't?
Exactly. I'd recommend CFIMPORT over CFMODULE for this, but any kind of global custom tag path stuff is right out. Set up a mapping per-site (which can be used for CFCs as well), and then use CFIMPORT for all your custom tags. Yes, you then have to duplicate custom tags that are used in multiple applications, but no, that's not a big deal, because you don't have to duplicate them anywhere else. Version control and build systems will let you maintain a single copy of the tags, and only branch them when you actually need different versions. cheers, barneyb On 12/7/05, Matt Robertson <[EMAIL PROTECTED]> wrote: > cfmodule is supposed to be slower than the 'cf_' method. Anyone have > any idea how much slower? > > I use cfmodule exclusively precisely for what Jim is talking about. I > typically keep tags site-specific as well. Otherwise, what happens > when one site on the server wants to update their tag-dependent code > and the other 39 don't? > > -- > --mattRobertson-- -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226518 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

