• Shared address space

Document Actions
Replies: 3   Views: 4170
Up one level
You need to be a registered member to post to this forum. Register now.
Prev topic | Next topic

 • Shared address space

Posted by havoyan at 2004-11-02 17:20
Why we should avoid shared address space between components?
Manager
Posts: 0

 • Re: Shared address space

Posted by timtlee at 2004-11-03 23:11
A shared address space would mean a high degree of coupling between components, which is undesirable because it makes components harder to understand and change.
Anonymous
Posts: n/a

 • Re: Shared address space

Posted by edwardotis at 2004-11-08 23:29
It also allows a single application to be spread across multiple machines. i.e. scalability
Anonymous
Posts: n/a

thumb up Re: Shared address space

Posted by havoyan at 2004-11-09 07:46
both correct
Manager
Posts: 0