Contributte
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 0.000 sec
Re: Most elegant way to read to allocatable array?     

Group: comp.lang.fortran · Group Profile · Search for Contributte in comp.lang.fortran
Author: Janne Blomqvist
Date: Jan 23, 2007 23:27

...'ve looked up the corresponding handle. Since it's only a table lookup it's fast and no thread spends much time in that critical section. So, unit numbers don't really contributte much to the overhead of handling threads. Yes, though presumably you could, as usual, design some pathological examples where it would be significant. E.g. as explained by Robert Corbett. -- Janne ...
Show full article (1.44Kb) · Show article thread
Re: Most elegant way to read to allocatable array?     

Group: comp.lang.fortran · Group Profile · Search for Contributte in comp.lang.fortran
Author: James Giles
Date: Jan 23, 2007 16:35

...unlocked as soon as you've looked up the corresponding handle. Since it's only a table lookup it's fast and no thread spends much time in that critical section. So, unit numbers don't really contributte much to the overhead of handling threads. (Yes, the table has to be locked longer during OPEN and CLOSE since you're modifying it. And yes, things that don't modify the table could be let...
Show full article (1.78Kb) · Show article thread