Uno/Binary/Spec/Threading-Architecture
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Type: Specification State: draft
Refinement of the Uno threading-architecture specification for Binary Uno.
API
The Binary Uno threading-architecture leverages the Binary Uno threading-model to implement thread-aware code where necessary only:
- All implementations default to thread-unsafe.
- All public libraries are OBI specialized.
- All public libraries provide appropriate objects (objects matching the clients environment).
- All APIs are thread-transparent.
The following components are specified to be thread-safe:
- util/io/source/acceptor - requires parallelism to enable abortion.