Distributed System terminology | ZhongYin Zhang
Marshalling: The process of transforming the memory representation of an object to a data format suitable for storage or transmission.
Memchached: Allows you to take memory from parts of your system where you have more than you need and make it accessible to areas where you have less than you need. Allows you to make better use of your memory. If you consider the diagram to the below, you can see two deployment scenarios:
- Each node is completely independent (top).
- Each node can make use of memory from other nodes (bottom).
Read full article from Distributed System terminology | ZhongYin Zhang
No comments:
Post a Comment