first post on multithreading
only the critical programming issues, with an emphasis on Java.
Writing computer programs since 1969, here's my take on some of the fine points of this art. Currently and possibly for the next decade, the most critical issue in programming is concurrency: how to have threads safely share data and optimally use the ubiquitous multicore chips. Start with this post: Rules for safe multithreaded Java apps.
0 Comments:
Post a Comment
<< Home