Correzioni multiple agli indici delle funzioni, inserita macro per
[gapil.git] / thread.tex
index 8cc4facf0c65e0f0896284e964558fae976e8fe5..cb0117aa164e7b7cd774801f4a9f8943abd688a7 100644 (file)
@@ -1,6 +1,6 @@
 %% thread.tex
 %%
-%% Copyright (C) 2007-2011 Simone Piccardi.  Permission is granted to
+%% Copyright (C) 2007-2012 Simone Piccardi.  Permission is granted to
 %% copy, distribute and/or modify this document under the terms of the GNU Free
 %% Documentation License, Version 1.1 or any later version published by the
 %% Free Software Foundation; with the Invariant Sections being "Un preambolo",
@@ -57,18 +57,39 @@ dei processi:
 \end{itemize}
 
 
-\subsection{I \textit{thread} e Linux}
-\label{sec:linux_thread}
-
 
-\subsection{La system call \func{clone}}
-\label{sec:process_clone}
+\subsection{\textit{Thread} e processi}
+\label{sec:thread_process}
 
+Per un utilizzo effettivo dei \textit{thread} è sempre opportuno capire se
+questi sono davvero adatti allo scopo che ci si pone.
 
 
 \subsection{Implementazioni alternative}
 \label{sec:thread_other}
 
+Vedremo nella prossima sezione le caratteristiche del supporto per i
+\textit{thread} fornita dal kernel, ma esistono diversi possibili approcci
+alle modalità in cui questi possono essere realizzati. 
+
+% TODO cenni su pth e le implementazioni in userspace
+
+
+\section{I \textit{thread} e Linux}
+\label{sec:linux_thread}
+
+In questa sezione tratteremo le implementazioni dei \textit{thread}
+disponibili con Linux che ha visto un radicale cambiamento nel passaggio dalla
+serie 2.4 alla serie 2.6, che ha portato alla versione attuale. 
+
+\subsection{I \textit{LinuxThread}}
+\label{sec:linux_old_thread}
+
+
+\subsection{La \textit{Native Thread Posix Library}}
+\label{sec:linux_ntpl}
+
+