Link Details

Link 147278 thumbnail
User 248284 avatar

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.
  • 11
  • 2
  • 1462
  • 593

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.