Hi I have a UDF that uses GetProfileString to find name-value pairs and this UDF is called very often in my application. On the average, each page calls the UDF about 5 times.
Does anyone have any idea how intensive this function is? Does it compare with CFFILE read, as in loading the entire file into memory? If so, can I modify my UDF so that the INI file that GetProfileString reads is cached and then searched against? Thanks for any help. ---- Teng-Yan Loke | [EMAIL PROTECTED] | +65-62169727 Developer | novaHEALTH (S) Pte Ltd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

