rST - Remote Smalltalk

Summary: Distributed Squeak objects.
Author: Diego Gomez Deck
Owner: Diego Gomez Deck (dgd)
Co-maintainers:
Categories:
Homepage: http://wiki.squeak.org/squeak/2288
PackageInfo name: <Not entered>
RSS feed:

Description:

Framework for supporting distributed Squeak objects. The main goal of the project is transparency, so you don't need to change your objects to become remote. Another goal is to handle intermittence in the availability of the images, so PDA and Notebooks can interoperate in a distributed environment. Each object decides to pass "as copy" or "as reference", in the default implementation all objects pass "by reference" but Booleans, String, Character, Number and UndefinedObject (see implementors of #remoteType).


Releases


Back