Explore >> Select a destination


You are here

www.rickyterrell.com
| | sookocheff.com
12.4 parsecs away

Travel
| | Writing correct programs is hard; writing correct concurrent programs is harder. Java Concurrency in Practice. So, why bother with concurrency? A number of reasons: Concurrency provides a natural method for composing asynchronous code. Concurrency allows your program to avoid blocking user operations. Concurrency provides one of the easiest ways take advantage of multi core systems. As processor counts increase, exploiting concurrency will be an even more important facet of high performance systems.
| | www.playembedded.org
19.1 parsecs away

Travel
| | In this article, we will explain what race conditions are and provide examples to help you understand their impact on multi-threading applications. We will also introduce a powerful tool to prevent race conditions: the mutex. We will explain what a
| | henko.net
17.1 parsecs away

Travel
| | A selection of functional programming concepts that I feel are helpful to all developers.
| | blog.stephencleary.com
84.5 parsecs away

Travel
| In case you missed it: I did a (free) video series about TCP/IP protocol design