Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #2114
| From | aminer <aminer@toto.net> |
|---|---|
| Newsgroups | comp.programming.threads, comp.programming |
| Subject | Re: To be more precise... |
| Date | 2014-03-18 18:10 -0700 |
| Organization | albasani.net |
| Message-ID | <lgag8o$u07$3@news.albasani.net> (permalink) |
| References | <lgafhi$sme$1@news.albasani.net> |
Cross-posted to 2 groups.
Hello,
I think my explanation is still not completly true...
Cause since the reader section is in general more scalable
so even if the following code will generate cache-coherence
traffic, i think that it will not slow or it will not slow by much the
reader threads cause the reader section is scalable or more scalable.
repeat
event2.setEvent;
asm pause end;
event2.resetEvent;
until nbr^.nbr=0;
for i:=0 to GetSystemThreadCount-1 do
begin
while (FCount1^[i].fcount1<>0)
do
begin
end;
end;
So i think that the new calculations will give better scalability
than before.
Thank you,
Amine Moulay Ramdane.
Back to comp.programming.threads | Previous | Next — Previous in thread | Find similar
To be more precise... aminer <aminer@toto.net> - 2014-03-18 17:58 -0700 Re: To be more precise... aminer <aminer@toto.net> - 2014-03-18 18:10 -0700
csiph-web