Ignore:
Timestamp:
Aug 17, 2022, 4:27:43 PM (21 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
36cc24a
Parents:
e116db3
Message:

small changes and first attempt to present graphs in micro-benchmarks chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/text/eval_macro.tex

    re116db3 r3ce3fb9  
    3131This models adds flexibility to the implementation, as the serving logic can now block on user-level primitives without affecting other connections.
    3232
    33 Memcached is not built according to a thread-per-connection model, but there exists a port of it that is, which was built for libfibre in \cite{DBLP:journals/pomacs/KarstenB20}.
     33Memcached is not built according to a thread-per-connection model, but there exists a port of it that is, which was built for libfibre~\cite{DBLP:journals/pomacs/KarstenB20}.
    3434Therefore this version can both be compared to the original version and to a port to the \CFA runtime.
    3535
     
    3737\begin{itemize}
    3838 \item \emph{vanilla}: the official release of memcached, version~1.6.9.
    39  \item \emph{fibre}: a modification of vanilla which uses the thread per connection model on top of the libfibre runtime~\cite{DBLP:journals/pomacs/KarstenB20}.
     39 \item \emph{fibre}: a modification of vanilla which uses the thread per connection model on top of the libfibre runtime.
    4040 \item \emph{cfa}: a modification of the fibre webserver that replaces the libfibre runtime with \CFA.
    4141\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.