You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/architecture/threading.rst
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ Implementation
17
17
Configuration
18
18
~~~~~~~~~~~~~
19
19
20
-
.. warning:: Multiple enclave threads are experimental for now. The ``worker_threads`` configuration option should be set to ``0`` in production environments.
21
-
22
20
To enable multiple worker threads, the ``worker_threads`` configuration option can be used along with the number of desired threads to ``cchost`` when starting a CCF node.
23
21
24
22
It is strongly recommended that all CCF nodes run the same number of worker threads.
@@ -32,4 +30,4 @@ It is strongly advised that during the execution of a command the application do
32
30
Any inter-command communication must be performed via the key-value store, to ensure that CCF can rollback commands or change the primary as required.
33
31
34
32
If an application has global state that exists outside the key-value store, CCF offers several concurrency control primitives (via Open Enclave) to protect memory that could be accessed concurrently by multiple threads.
35
-
It is recommended that these primitives are used rather than other primitives, such as mutexes, which may result in an OCALL.
33
+
It is recommended that these primitives are used rather than other primitives, such as mutexes, which may result in an OCALL.
0 commit comments