Mark,

Thanks for the link. Did you attend YavaWon? Doug's presentation?

Had we used Doug Lea's concurrency library, the recent deadlock problem would have occurred anyhow. Some method in the Category class obtained a lock but forgot to release it. The bug was in the way concurrency API was used and not in our simple ReaderWriterLock API.

At 09:32 PM 6/20/2003 -0700, you wrote:
Doug Lea gave a presentation at JavaOne about the new concurrency library slated for jdk 1.5.

<http://servlet.java.sun.com/javaone/sf2003/conf/sessions/display-3708.en-90451.jsp>http://servlet.java.sun.com/javaone/sf2003/conf/sessions/display-3708.en-90451.jsp

-Mark

--
Ceki For log4j documentation consider "The complete log4j manual"
ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp



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



Reply via email to