On Sat, 16 Feb 2002 08:49, Colin Sampaleanu wrote:
> I haven't looked recently at how much threading related code Avalon has
> in it, but I would really suggest staying away from reinventing the
> wheel. As opposed to a lot of other types of code, writing good,
> efficient, safe threading code is relatively hard to do on the scale of
> things. Why not use something like Doug Lea's util.concurrent package?

Some of us do :)

> http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.
>html The stuff is fantastic. It's been around for years, does a ton of
> stuff, is well tested and efficient, and is completely free. He even has a
> book that gets into most of the concept of what the code does.

It will also be mutated to be part of a future JDK ;) (probably jdk1.5)

-- 
Cheers,

Pete

Doubt is not a pleasant condition, but certainty is absurd.
                -- Voltaire

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to