InterviewSolution
Saved Bookmarks
| 1. |
Is There An Alternative To Distributed Reference Counting Architectures? |
|
Answer» Yes: connection-less architectures. With a connection-less architecture, an object does not "know" any thing about the object references which REFER to it, including the NUMBER of references. This is the style found most OFTEN on the WORLD WIDE Web. Yes: connection-less architectures. With a connection-less architecture, an object does not "know" any thing about the object references which refer to it, including the number of references. This is the style found most often on the World Wide Web. |
|