comp.lang.ada
 help / color / mirror / Atom feed
* Ada 2012 automatic concurrency?
@ 2012-12-25 17:26 charleshixsn
  2012-12-26 22:02 ` John B. Matthews
  2012-12-26 22:55 ` Niklas Holsti
  0 siblings, 2 replies; 10+ messages in thread
From: charleshixsn @ 2012-12-25 17:26 UTC (permalink / raw)


In the RM I read (page 209):
NOTES
1 Concurrent task execution may be implemented on multicomputers, multiprocessors, or with interleaved execution on a
single physical processor. On the other hand, whenever an implementation can determine that the required semantic
effects can be achieved when parts of the execution of a given task are performed by different physical processors acting
in parallel, it may choose to perform them in this way.

    ----------------
Does this imply that if I use protected types, that the code will automatically be run concurrently on a multiprocessor system, or might automatically be run concurrently?  

If so, does Gnat do this?



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-12-27 22:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-25 17:26 Ada 2012 automatic concurrency? charleshixsn
2012-12-26 22:02 ` John B. Matthews
2012-12-26 22:55 ` Niklas Holsti
2012-12-27  5:57   ` charleshixsn
2012-12-27  8:59     ` Dirk Heinrichs
2012-12-27 11:22       ` Brian Drummond
2012-12-27 22:13       ` Randy Brukardt
2012-12-27 14:27     ` Jeffrey Carter
2012-12-27 20:13       ` tmoran
2012-12-27 19:06     ` Niklas Holsti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox