Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Architecture Council/Links Collection"

(Patterns)
(Concurrency)
Line 8: Line 8:
 
* [http://fpgacomputing.blogspot.com/2008/08/threads-considered-harmful-for-same.html Threads considered Harmful] Blog (found by David Orme)
 
* [http://fpgacomputing.blogspot.com/2008/08/threads-considered-harmful-for-same.html Threads considered Harmful] Blog (found by David Orme)
 
* [http://dev.eclipse.org/mhonarc/lists/eclipse-incubator-e4-dev/msg00608.html Erlang, Functional Java, Scala and others] on E4 Mailing list (David Orme)
 
* [http://dev.eclipse.org/mhonarc/lists/eclipse-incubator-e4-dev/msg00608.html Erlang, Functional Java, Scala and others] on E4 Mailing list (David Orme)
 +
* [http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/ Java Concurrency in Practice] contains an excellent treatment of the issues. In a dynamic environment such as OSGi you need to be aware of the rules surrounding things such as visibility, safe publication etc.
  
 
=== Eclipse Concurrency ===
 
=== Eclipse Concurrency ===

Revision as of 09:35, 6 October 2008

A collection of interesting links to articles, blogs and other resources related to software architecture. Please add your name when you add an item, for discussions.

Patterns

Concurrency

Eclipse Concurrency

Java Idioms

Tips & Tricks

Eclipse Foundation

Back to the top