Skip to content

Commit

Permalink
Remove experimental wording on threading in documentation (#6414)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jul 31, 2024
1 parent 56b346e commit f5b22de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/architecture/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Implementation
Configuration
~~~~~~~~~~~~~

.. warning:: Multiple enclave threads are experimental for now. The ``worker_threads`` configuration option should be set to ``0`` in production environments.

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.

It is strongly recommended that all CCF nodes run the same number of worker threads.
Expand All @@ -32,4 +30,4 @@ It is strongly advised that during the execution of a command the application do
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.

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.
It is recommended that these primitives are used rather than other primitives, such as mutexes, which may result in an OCALL.
It is recommended that these primitives are used rather than other primitives, such as mutexes, which may result in an OCALL.

0 comments on commit f5b22de

Please sign in to comment.