<cfset myArray = arrayNew(1)> <cfoutput> Array Class: #myArray.getClass().getName()#<br /> Parent Class: #myArray.getClass().getSuperClass().getName()#<br /> </cfoutput>
That tells you that ColdFusion Arrays are java Vectors. I believe Vectors are thread safe, so unless someone at Macromedia implemented something in their code I'd say it's a pretty good bet that ColdFusion arrays are too. Spike -------------------------------------------- Stephen Milligan Code poet for hire http://www.spike.org.uk Do you cfeclipse? http://cfeclipse.tigris.org >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Barry Beattie >Sent: Tuesday, July 13, 2004 7:51 PM >To: CFAussie Mailing List >Subject: [cfaussie] Re: quote:" CF arrays are not thread safe" - why? > > >ummm... Pete... > >wots this to do with arrays and threads? > >unless I can put you on the spot for an answer, perhaps.... > >cheers >barry.b > >-----Original Message----- >From: Peter Tilbrook [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 14 July 2004 1:49 PM >To: CFAussie Mailing List >Subject: [cfaussie] Re: quote:" CF arrays are not thread safe" - why? > >I just noticed upon signing up for the Google API other "services" are >included, including a GMail account. So if interested check it out at: > >http://www.google.com/apis/ > >(You will need to Create a Google Account) > >Peter Tilbrook >Consultant >Spherion Technology Solutions >Department of Transport and Regional Services > >--- >You are currently subscribed to cfaussie as: [EMAIL PROTECTED] >To unsubscribe send a blank email to >[EMAIL PROTECTED] >Aussie Macromedia Developers: http://lists.daemon.com.au/ > > >--- >You are currently subscribed to cfaussie as: [EMAIL PROTECTED] >To unsubscribe send a blank email to >[EMAIL PROTECTED] >Aussie Macromedia Developers: http://lists.daemon.com.au/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
