NETWORK OBJECTS

Citation
A. Birrell et al., NETWORK OBJECTS, Software, practice & experience, 25, 1995, pp. 87-130
Citations number
27
Categorie Soggetti
Computer Sciences","Computer Science Software Graphycs Programming
ISSN journal
00380644
Volume
25
Year of publication
1995
Supplement
4
Pages
87 - 130
Database
ISI
SICI code
0038-0644(1995)25:<87:NO>2.0.ZU;2-A
Abstract
A network object is an object whose methods can be invoked over a netw ork, The Modula-3 network objects system is novel for its overall simp licity, It provides distributed type safety through the narrowest surr ogate rule, which allows programmers to export new versions of distrib uted services as subtypes of previous versions, The design and impleme ntation of the system is described, including a thorough description o f realistic marshaling algorithms for network objects, precise informa l specifications of the major system interfaces, lessons learned from using the system, and performance results.