From: Adriana Draghici Date: Thu, 11 Feb 2010 16:41:48 +0000 (+0200) Subject: report - started writing about server X-Git-Tag: getopt_long~164 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=88c2d8385e2b2e1b853459532c442dab5a058e23;p=cs-p2p-next.git report - started writing about server --- diff --git a/report/logarch.tex b/report/logarch.tex index a1893cd..87bf9a4 100644 --- a/report/logarch.tex +++ b/report/logarch.tex @@ -1,5 +1,5 @@ -\begin{figure} +\begin{figure}[h] \begin{center} \includegraphics[width = 6.6in, height = 2.0in]{img/Logarch.png} \end{center} diff --git a/report/report.bib b/report/report.bib index a18379a..2efce40 100644 --- a/report/report.bib +++ b/report/report.bib @@ -24,4 +24,8 @@ title={http://koala.cs.pub.ro/git/?p=cs-p2p-next.git/.git;a=tree;f=tribler-mod;h @misc{bt, title = {http://wiki.theory.org/BitTorrentSpecification} +} + +@misc{daemon, +title = {http://www.python.org/dev/peps/pep-3143/correct-daemon-behaviour} } \ No newline at end of file diff --git a/report/test.tex b/report/test.tex index 8d52cd6..c3ac8f9 100644 --- a/report/test.tex +++ b/report/test.tex @@ -1,9 +1,13 @@ \subsection{The old infrastructure} We emphasize the disadvantages (not scalable) \subsection{The new infrastructure} -\begin{figure} + +\begin{figure}[h] \begin{center} \includegraphics[width = 4.5in, height = 2.2in]{img/Diagram1.png} \end{center} \caption{Client-Server architecture for interaction with BitTorrent clients.} -\end{figure} \ No newline at end of file +\end{figure} + + +\input{test/server.tex} \ No newline at end of file diff --git a/report/test/server.tex b/report/test/server.tex new file mode 100644 index 0000000..a51c00e --- /dev/null +++ b/report/test/server.tex @@ -0,0 +1,2 @@ +The server application resides on a virtual machine on which several BT clients are installed. It +is started by connecting remotely using ssh, and executes as a daemon process\cite{daemon}