Reading Notes of <>

阅读更多

notification delivery types:
by shared resources(SR)
by procedure calls(PC)

Payload Types:
String Based Payload
Record Based Payload( fixed length fields)
Object Based Payload (Type Coupling Problem)
Composite payloads

Shared-Resource Types:
in-memory
file(s)
pipes
semaphore

Interaction Pattern:
Push Pattern
Pull Pattern
Round-Robin Pull Pattern
Blind Interactions
Transparent interactions
Handshake interactions

Roles
Worker, aka. Business components
Coordinator
Binder
Builder

你可能感兴趣的:(Reading Notes of <>)