comp.lang.ada
 help / color / mirror / Atom feed
From: charleshixsn@earthlink.net
Subject: Ada 2012 automatic concurrency?
Date: Tue, 25 Dec 2012 09:26:44 -0800 (PST)
Date: 2012-12-25T09:26:44-08:00	[thread overview]
Message-ID: <af146e53-f736-4c59-8015-60a90d9f5fcf@googlegroups.com> (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?



             reply	other threads:[~2012-12-25 17:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-25 17:26 charleshixsn [this message]
2012-12-26 22:02 ` Ada 2012 automatic concurrency? 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
replies disabled

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