On Mar 8, 1:32 am, larry google groups <lawrencecloj...@gmail.com>
wrote:
> At some point on this mailist, someone suggested that to best understand
> concurrency in Java, once should read:
>
> Java Concurrency In Practice
>
> http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/032134...
>
> So I read it, but I am surprised that it says fairly little about working
> with queues. I am curious if anyone would recommend a book for learning
> more about working with Java queues?
>
> I suffer the problem that I learned Clojure without first learning Java,
> and Clojure leans on Java rather heavily, so I am now trying to come up to
> speed on Java.

I've found their Javadoc content to be quite informative. Looking at
the source code should be useful too. The ConcurrentLinkedQueue doc
mentions http://www.cs.rochester.edu/u/michael/PODC96.html as the
reference.

Shantanu

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to