> > Gotcha, would it be better to put these UDFs in CFCs and then instantiate > them on Application.CFC?
I don't think so because then you would have to call them with: myUDFsObject.udfName() As opposed to just: udfName() You could just include all your udfs in application.cfc in OnRequestStart() using a regular cfinclude. Putting the functions in a cfc is perfectly valid though and will work (I just don't like to use cfcs in this way). Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303301 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

