Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions wp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,13 @@ \section{Architecture}
\draw (repos.north) -- (repo-3.north);
\end{tikzpicture}

\subsection{Design considerations}

All of the Artipie components are based on reactive, asynchronous, non-blockng
and back-pressured streams and asynchronous, reactive and non-blocking
programming principles, allowing Artipie to withstand heavy workloads with a small
amount of kernel threads.

\subsection{Artipie engine}
\label{sec:arti-engine}
Artipie engine is a Java application, which exposes an HTTP endpoint for repository access and management operations.
Expand Down