By esammer
via esammer.blogspot.com
Published: Jan 08 2009 / 15:20
Java accomplishes concurrency via thread objects. Big deal; nothing new here. Most of the confusion comes into play not when deciding what should run concurrently - that's usually obvious - but when figuring out how to protect shared state. Maybe there's a more natural way to establish a "happens before" relationship.
Add your comment
Voters For This Link (11)
-
esammer -
aclarke -
rvirding -
rogerjose81 -
puredanger -
gubbes -
dbleyl -
g_korland -
javathreads -
mswatcher -
ehsavoie