Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
#153 text about changing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
taivop committed Nov 25, 2016
1 parent fc4c9d2 commit 5397b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified report/milestone2.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion report/milestone2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ \section*{Appendix A: Modifications to the middleware}
\label{sec:appa}
\addcontentsline{toc}{section}{Appendix A: Modifications to the middleware}

In the last milestone submission, my middleware implemented all functionality as necessary. However, the resource usage was extremely wasteful: each read thread took up nearly 100\% of the resources allocated to them and never went to a sleeping state. This caused more than 10-fold drops in performance when going from $T=1$ to $T=4$ (for $S=5$), and would have made the maximum throughput experiment useless. The changes can be seen on \href{https://gitlab.inf.ethz.ch/pungast/asl-fall16-project/commit/928e9bba132d34ecf9c00936babdd7fa2645e50f}{GitLab}.
In the last milestone submission, my middleware implemented all functionality as necessary. However, the resource usage was extremely wasteful: each read thread took up nearly 100\% of the resources allocated to them and never went to a sleeping state. This caused more than 10-fold drops in performance when going from $T=1$ to $T=4$ (for $S=5$), and would have made the maximum throughput experiment useless. I made some small changes to fix this; they can be seen on \href{https://gitlab.inf.ethz.ch/pungast/asl-fall16-project/commit/928e9bba132d34ecf9c00936babdd7fa2645e50f}{GitLab}.

To verify that the system is still stable, I re-ran the trace experiment. The throughput and response time are shown in Figures~\ref{fig:trace:throughput} and \ref{fig:trace:responsetime}, and are confirmed to be stable (and throughput is roughly 30\% higher). The Interactive Response Time Law also still holds (to within 0.46\%). For explanations of the figures, see Milestone 1 report.

Expand Down

0 comments on commit 5397b29

Please sign in to comment.