• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision28b2dfd06f41866c2c816471f80d77359317cb40 (tree)
Zeit2022-10-01 06:18:41
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

AsIs

Ändern Zusammenfassung

Diff

diff -r 6ececae34037 -r 28b2dfd06f41 CCastle/1.Usage/7.BusyCores.rst
--- a/CCastle/1.Usage/7.BusyCores.rst Fri Sep 30 22:44:29 2022 +0200
+++ b/CCastle/1.Usage/7.BusyCores.rst Fri Sep 30 23:18:41 2022 +0200
@@ -227,8 +227,8 @@
227227 gain maximal speed up.
228228
229229 Distributing tasks over multiple cores (or even distributed computers) [#web]_ is not new. In
230-:ref:`ConcurrentComputingConcepts` we describe some (common, theoretical) concepts, and in :ref:`ActorAbstractions`
231-we analyse a powerfull approach. That we like to use for CCastle.
230+:ref:`ConcurrentComputingConcepts` we describe some (common, theoretical) concepts, especially the
231+:ref:`CCC-Actors`. What we like to use for CCastle.
232232
233233 ----------
234234
diff -r 6ececae34037 -r 28b2dfd06f41 CCastle/2.Analyse/8.ConcurrentComputingConcepts.rst
--- a/CCastle/2.Analyse/8.ConcurrentComputingConcepts.rst Fri Sep 30 22:44:29 2022 +0200
+++ b/CCastle/2.Analyse/8.ConcurrentComputingConcepts.rst Fri Sep 30 23:18:41 2022 +0200
@@ -301,8 +301,6 @@
301301 Then, a *faster* conversation with a bit of noise is commonly preferred.
302302
303303
304-.. todo:: All below is draft and needs work!!!!
305-
306304 Process calculus & more
307305 =======================
308306
@@ -379,6 +377,8 @@
379377 no functions, not even an `if-statement` (all quite fundamental for a programming language). It is bases on **names**,
380378 which mirrors both *variables* and *channels*.
381379
380+.. _CCC-Actors:
381+
382382 The Actor Model
383383 ---------------
384384
@@ -406,9 +406,11 @@
406406 SW-Enginering and there languages. Which probably made is also convenient to design new programming-languages on this
407407 theory.
408408
409+.. resolution:: Castle will use Actors is main Concurent Computing Concept
410+ :ID: R_CCC-Actors
411+ :links: U_ManyCore
409412
410-
411-.. hint:: Unlike Process-Calculus_\es, there is only one Actor-Model_
413+.. tip:: Unlike Process-Calculus_\es, there is only one Actor-Model_
412414
413415 ----------
414416
diff -r 6ececae34037 -r 28b2dfd06f41 CCastle/index.rst
--- a/CCastle/index.rst Fri Sep 30 22:44:29 2022 +0200
+++ b/CCastle/index.rst Fri Sep 30 23:18:41 2022 +0200
@@ -49,7 +49,11 @@
4949
5050
5151 Needs (index)
52+==============
5253
5354 .. needtable::
5455 :style: table
5556 :sort: title
57+
58+.. needflow::
59+ :debug: