Go! (programming language): Difference between revisions

Content deleted Content added
No edit summary
Line 31:
== Communication model ==
 
Threads within a single Go! process, hence in the same agent, can also communicate by manipulating dynamic relation objects, comparable with [[Linda_(coordination_language)|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 [http://www.tripcom.org/ TripCom]<ref>http://www.tripcom.org/docs/del/D6.5v2.pdf</ref> and [[SOA4All]].<ref>http://www.soa4all.eu/file-upload.html?func=startdown&id=77</ref>.
 
== Example ==