Content deleted Content added
No edit summary |
BarryNorton (talk | contribs) No edit summary |
||
Line 27:
Since the launch of Google's programming language [[Go (programming language)|Go]], Go! has become the subject of a naming controversy that is still to be resolved <ref>http://www.informationweek.com/news/software/web_services/showArticle.jhtml?articleID=221601351</ref> <ref>http://code.google.com/p/go/issues/detail?id=9</ref>.
== Communication Model ==
Threads within a single Go! process, hence in the same agent, can also communicate by manipulating dynamic relation objects, comparable with Linda tuple stores <ref name=informatica-survey />, used to coordinate their activities. A related combination of tuple-based shared stores and Semantics has been taken up as the communication mechanism in the approaches of TripCom <ref>www.tripcom.org/</ref> and [[SOA4All]] <ref>www.soa4all.eu</ref>.
== Example ==
|