report - started writing about server
authorAdriana Draghici <adriana008@gmail.com>
Thu, 11 Feb 2010 16:41:48 +0000 (18:41 +0200)
committerAdriana Draghici <adriana008@gmail.com>
Thu, 11 Feb 2010 16:42:06 +0000 (18:42 +0200)
report/logarch.tex
report/report.bib
report/test.tex
report/test/server.tex [new file with mode: 0644]

index a1893cd..87bf9a4 100644 (file)
@@ -1,5 +1,5 @@
 
-\begin{figure}
+\begin{figure}[h]
 \begin{center}
 \includegraphics[width = 6.6in, height = 2.0in]{img/Logarch.png}
 \end{center}
index a18379a..2efce40 100644 (file)
@@ -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
index 8d52cd6..c3ac8f9 100644 (file)
@@ -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 (file)
index 0000000..a51c00e
--- /dev/null
@@ -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}