>>*The* book on the subject is Concurrent Programming in Java: Design
>>Principles and Patterns by Doug Lea.
>
> Very much agreed. Including your emphasis on the word "the".
>
> One of the very, very, few books of which I have bought more than one edition.
Is a new edition of that book available? The most recent I can find is
from 1999.
Thomas Hawtin - 21 Nov 2005 14:52 GMT
>>> *The* book on the subject is Concurrent Programming in Java: Design
>>> Principles and Patterns by Doug Lea.
[quoted text clipped - 6 lines]
> Is a new edition of that book available? The most recent I can find is
> from 1999.
It's the sort of thing that doesn't change frequently. There's a link to
a quick list of updates below. He says "Someday, I hope there will be a
third edition of this book." The biggest difference is that the
utilities described in the book are now part of java.util.concurrent.
http://gee.cs.oswego.edu/dl/cpj/updates.html
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
Chris Uppal - 21 Nov 2005 14:59 GMT
> > > *The* book on the subject is Concurrent Programming in Java: Design
> > > Principles and Patterns by Doug Lea.
[...]
> Is a new edition of that book available? The most recent I can find is
> from 1999.
As far as I know the latest edition is the second, which was first published in
'99.
I don't know whether to expect another edition. On one hand the new
concurrency stuff in JDK5/JLS3 could use some quality coverage (and nobody is
better placed to provide that than Doug Lea). On the other hand the previous
edition gives you all the tools you need to understand the new stuff[*], so why
bother ? My guess is that it depends on the state of Mr Lea's pension fund ;-)
([*] the new concurrency library anyway, perhaps not the new language spec.)
-- chris
Roedy Green - 21 Nov 2005 17:19 GMT
On Mon, 21 Nov 2005 14:21:03 GMT, Jeffrey Schwab
<jeff@schwabcenter.com> wrote, quoted or indirectly quoted someone who
said :
>Is a new edition of that book available? The most recent I can find is
>from 1999.
that's the most recent I know of, second edition. It is out of print.
For bookstore links see http://mindprod.com/jgloss/deadlock.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.