More about data centers and about NUMA multicore servers..
Wisdom91 <[email protected]>
| Newsgroups | alt.comp.lang.borland-delphi |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
Hello, Read this: More about data centers and about NUMA multicore servers.. I have just written the the following: -------------------------- I have just written the following: --- About Snooping vs. Directory-based coherency.. Performance Scalability of a Multi-core Web Server Read more here: https://www.cse.wustl.edu/ANCS/slides/Bryan%20Veal%20ANCS%20Presentation.pdf As you notice above that the Address bus saturation causes poor scaling! And the Address Bus carries requests and responses for data, called snoops, and more caches mean more sources and more destinations for snoops that is causing the poor scaling. So to solve the problem of poor scalability above, you have to use Directory-based coherence that is a mechanism to handle Cache coherence problem in Distributed shared memory (DSM) a.k.a. Non-Uniform Memory Access (NUMA). --- And you have to know that Directory-Based Cache Coherence is scalable. Read more here about it: http://www.cs.cmu.edu/afs/cs/academic/class/15418-s19/www/lectures/13_directory.pdf So you have to choose Directory-Based Cache Coherence that is scalable by using NUMA systems. ------------------------------- You have to know that data centers are now typically using NUMA multicore servers that provide "scalable" system performance and "cost-effective" property and that provide Directory-Based Cache Coherence that is scalable. Read more here: https://books.google.ca/books?id=3iy6BQAAQBAJ&pg=PA32&lpg=PA32&dq=NUMA+systems+are+cost+effective&source=bl&ots=zXHJZ7oqqW&sig=ACfU3U24MbzxiuPXJB6W6p0JCtkl9hxCHQ&hl=en&sa=X&ved=2ahUKEwjX9o_gubTqAhVBc98KHU0WDJ8Q6AEwCnoECAgQAQ#v=onepage&q=NUMA%20systems%20are%20cost%20effective&f=false Thank you, Amine Moulay Ramdane.