LOL! at least it proves that people actually READ your blog....
cheers barry.b -----Original Message----- From: Mark Mandel [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 July 2004 2:00 PM To: CFAussie Mailing List Subject: [cfaussie] Re: quote:" CF arrays are not thread safe" - why? Barry - :o) Looks like I've been quoted. I've actually said something that was wrong, and have retracted my statement (Can't be right always). To quote myself: I did some investigating, and the Java array extends java.util.Vector, which IS thread safe. To quote from the relevent javadocs "As of the Java 2 platform v1.2, this class has been retrofitted to implement List, so that it becomes a part of Java's collection framework. Unlike the new collection implementations, Vector is synchronized.". I had originally thought that the ColdFusion array extended java.util.ArrayList, which is NOT thread safe, and requires itself to be constructed through java.utils.Collections.synchronizedList() to be thread safe. My bad. Does that answer your question? Mark On Wed, 14 Jul 2004 13:51:28 +1000, Barry Beattie <[EMAIL PROTECTED]> wrote: > > 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/ > -- E: [EMAIL PROTECTED] W: www.compoundtheory.com ICQ: 3094740 --- 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/
