Skip to content

Commit b1fe0dc

Browse files
committed
add design considerations section
1 parent 526329d commit b1fe0dc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

wp.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,13 @@ \section{Architecture}
342342
\draw (repos.north) -- (repo-3.north);
343343
\end{tikzpicture}
344344

345+
\subsection{Design considerations}
346+
347+
All of the Artipie components are based on reactive, asynchronous, non-blockng
348+
and back-pressured streams and asynchronous, reactive and non-blocking
349+
programming principles, allowing Artipie to withstand heavy workloads with a small
350+
amount of kernel threads.
351+
345352
\subsection{Artipie engine}
346353
\label{sec:arti-engine}
347354
Artipie engine is a Java application, which exposes an HTTP endpoint for repository access and management operations.

0 commit comments

Comments
 (0)