This page is experimental and may change significantly in future releases.
Use of Blocking Code in Single-threaded, Non-blocking Context
Properties
id: d3f:CWE-1322
- name
- Use of Blocking Code in Single-threaded, Non-blocking Context
- definition
- The product uses a non-blocking model that relies on a single threaded process for features such as scalability, but it contains code that can block when it is invoked.
Neighbors
CWE-1322 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1322 has no related weaknesses in this release.