The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Loosely-Coupled Actors: In Brief

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vanessa Williams

Posts: 273
Nickname: vwilliams
Registered: May, 2003

Vanessa Williams is CTO and Chief Architect of oponia networks
Loosely-Coupled Actors: In Brief Posted: Aug 19, 2009 6:59 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Vanessa Williams.
Original Post: Loosely-Coupled Actors: In Brief
Feed Title: fridgebuzz
Feed URL: http://feeds.feedburner.com/fridgebuzz
Feed Description: Pointers on software, art, math, noise, and other obsessions.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Vanessa Williams
Latest Posts From fridgebuzz

Advertisement
Actors are a popular way to write concurrent & distributed programs. Immutable messages are passed between actors which do the required processing, avoiding the difficulties inherent in sharing data among threads/processes. Tuplespaces (best exemplified in current times by JavaSpaces) are a way to decouple cooperating processes by using pattern-matching to share immutable and persistent data objects. Many [...]

Read: Loosely-Coupled Actors: In Brief

Topic: Smalltalk Daily 8/18/09: Web Velocity File Browser Previous Topic   Next Topic Topic: Where's the Business Model?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use