How? -- jon mailto:[EMAIL PROTECTED]
Sunday, September 1, 2002, 9:03:38 PM, you wrote: ML> If you are using CFMX you can get the HashCode of the underlying ML> HashMap. ML> Matt Liotta ML> President & CEO ML> Montara Software, Inc. ML> http://www.montarasoftware.com/ ML> V: 415-577-8070 ML> F: 415-341-8906 ML> P: [EMAIL PROTECTED] >> -----Original Message----- >> From: James Sleeman [mailto:[EMAIL PROTECTED]] >> Sent: Sunday, September 01, 2002 5:52 PM >> To: CF-Talk >> Subject: Uniquely identifing a structure. >> >> Hi all, >> I need to get a simple string value that will uniquely identify a >> given >> structure, currently what I am using is this... >> >> <CFWDDX ACTION="CFML2WDDX" INPUT=#AStructure# OUTPUT="AWddx"> >> <CFSET aKey = Hash(AWddx)> >> >> which produces exactly what I want, but my problem is that this ML> happens >> several times per request and thus it is potentially a bottle neck ML> (even >> if >> wddx is fast, the structure in question could possibly be large). >> >> Does anybody have any better ideas on how to accomplish this ? >> >> --- >> James Sleeman >> >> >> --- >> Outgoing mail is certified Virus Free. >> Checked by AVG anti-virus system (http://www.grisoft.com). >> Version: 6.0.384 / Virus Database: 216 - Release Date: 24/08/2002 >> >> ML> ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

