Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #2134
| From | Lucas Levrel <lucas.levrel@u-pec.fr> |
|---|---|
| Newsgroups | comp.programming.threads, comp.programming |
| Subject | Re: More on scalability |
| Date | 2014-04-02 11:46 +0200 |
| Organization | Service de news de lacave.net |
| Message-ID | <alpine.LSU.2.10.1404021142080.3177@coulomb.u-pec.fr> (permalink) |
| References | <lgavev$anb$1@news.albasani.net> <533af93b$0$44376$862e30e2@ngroups.net> |
Cross-posted to 2 groups.
Le 1 avril 2014, Robert Miles a écrit : > On 3/19/2014 12:29 AM, aminer wrote: >> "NUMA attempts to address this problem by providing separate memory for >> each processor" > If you want such a processor to work well for multi-threaded programs using > multiple CPU cores, you'll also need to provide a section of memory shared > among the CPU cores, to allow the cores a reasonable speed of communicating > with each other. Correct me if I'm wrong, but NUMA is precisely what you say, and even more: all cores in all processors have access to all memory. All cores in a given processor have uniform access to this processor's share of memory. They can also access the other processors' shares of memory, but with some penalty. Hence the N in NUMA. -- LL Eν οιδα οτι ουδεν οιδα (Σωκρατης)
Back to comp.programming.threads | Previous | Next — Previous in thread | Find similar
More on scalability aminer <aminer@toto.net> - 2014-03-18 22:29 -0700
Re: More on scalability Robert Miles <milesrf@Usenet-News.net> - 2014-04-01 12:37 -0500
Re: More on scalability Lucas Levrel <lucas.levrel@u-pec.fr> - 2014-04-02 11:46 +0200
csiph-web