Lines Matching full:concurrency
1 QUIC Concurrency Architecture
34 In order to provide for these different use cases, the concept of concurrency
35 models is introduced. A concurrency model defines how “cleverly” the QUIC engine
39 Concurrency Models
42 - **Unsynchronised Concurrency Model (UCM):** In the Unsynchronised Concurrency
52 - **Contentive Concurrency Model (CCM):** In the
53 Contentive Concurrency Model, calls to SSL objects are wrapped in locks and
60 contention will occur. As such, this concurrency model will not scale and
72 - **Thread Assisted Contentive Concurrency Model (TA-CCM):** This is currently
74 not realise the full state separation or performance of the Worker Concurrency
77 Concurrency Model for performing that handling, in that it obtains a lock when
80 This mode is likely to be deprecated in favour of the full Worker Concurrency
83 - **Worker Concurrency Model (WCM):** In the Worker Concurrency Model,
98 These concurrency models are summarised as follows:
100 | Model | Sophistication | Concurrency | Blocking Supported | OS Resources …
157 concurrency models.
159 As such, the concept of a **Concurrency Management Layer (CML)** is introduced.
164 