Distributed Objects

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

Learn about distributed objects

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

how are objects a great match for distributed systems?

encapsulated state, interact via messages, strong notion of interfaces, share state through shared objects

2
New cards

distributed object call structure 1

stub object in client space, accessed as a local call

3
New cards

distributed object call structure 2

marshal and pass across the network

4
New cards

distributed object call structure 3

skeleton object in server space converts message into another local call on that side

5
New cards

message oriented middleware

organised around sending messages between processes, messages are queued at intermediate message servers

6
New cards

difference 1

rpc and distributed objects are synchronous, messages are asynchronous

7
New cards

difference 2

a message may pass through several message servers between sender and eventual receiver