old-www/FAQ/Threads-FAQ/LearnMore.html

102 lines
4.0 KiB
HTML

<HTML>
<HEAD>
<TITLE>Linux Threads Home Page: Where can I learn more about threads?</TITLE>
</HEAD>
<BODY BACKGROUND="GraySea.gif">
<P><FONT SIZE=+3>Where can I learn more about threads?</FONT></P>
<UL>
<P>Here is a list of URLs, newgroups, etc. where you can learn more about
thread programming.</P>
</UL>
<P>Webpages</P>
<UL>
<P><A HREF="http://www.sun.com/sunsoft/Products/Developer-products/sig/threads/index.html">Sun:
Workshop Developer Products--Threads [http://www.sun.com/sunsoft/Products/Developer-products/sig/threads/index.html]</A></P>
<P><A HREF="http://www.computer.org/pubs/p&dt/p&dt.htm">IEEE Parallel &amp;
Distributed Technology [http://www.computer.org/pubs/p&amp;dt/p&amp;dt.htm]</A>
</P>
<P><A HREF="http://www.cs.fsu.edu/~mueller/projects.html">Threads Projects
[http://www.cs.fsu.edu/~mueller/projects.html]</A></P>
<P><A HREF="http://pauillac.inria.fr/~xleroy/linuxthreads/">Linux Threads
[http://pauillac.inria.fr/~xleroy/linuxthreads/]</A></P>
<P><A HREF="http://centaurus.cs.umass.edu/~wagner/threads_html/tutorial.html">Getting
Started with Posix Threads [http://centarus.cs.umass.edu/~wagner/threads_html/tutorial.html]</A></P>
</UL>
<P>Newsgroups</P>
<UL>
<P><A HREF="news:comp.os.linux.development.system">comp.os.linux.development.system
[news:comp.os.linux.development.system]</A></P>
<P><A HREF="news:comp.programming.threads">comp.programming.threads [news:comp.programming.threads]</A></P>
</UL>
<P>FAQs</P>
<UL>
<P><A HREF="http://www.best.com/~bos/threads-faq/#1-Answers-to-frequently-asked-questions-for-comp-programming-threads-Part-1-of-1">Comp.Programming.Threads
FAQ [http://www.best.com/~bos/threads-faq/#1-Answers-to-frequently-asked-questions-for-comp-programming-threads-Part-1-of-1]</A>
<A HREF="http://www.LambdaCS.com/FAQ.htm">HTML version [http://www.LambdaCS.com/FAQ.htm]</A></P>
<P><A HREF="http://www.best.com/~bos/os-faq/">Historical/theoretical examination
by comp.os.research [http://www.best.com/~bos/os-faq/]</A></P>
</UL>
<P>Books</P>
<UL>
<P>The book <I>Unix Internals: The New Frontiers</I> includes an excellent
discussion of Unix threading implementations, including those from Solaris,
Mach, and Digital Unix. The complete citation is:</P>
</UL>
<UL>
<UL>
<P>Vahalia, Uresh, <I>Unix Internals: The New Frontiers</I>, Prentice Hall,
Upper Saddle River, NJ, 1996, ISBN #0-13-101908-2.</P>
</UL>
</UL>
<P>Mailing Lists</P>
<UL>
<P>Linux-threads discussions (library development and use). To subscribe
email &quot;subscribe linux-threads&quot; (in the body with no subject) to <A HREF="mailto:Majordomo@MageNet.com">MageNet
[Majordomo@MageNet.com]</A>. The list address is &lt;linux-threads@magenet.com&gt;.</P>
<P>Related topic: Linux symmetric multiprocessing. Covers SMP kernel development
and programming. If you would like to join this mailing list, send an email
to <A HREF="mailto:Majordomo@vger.rutgers.edu">VGER [Majordomo@vger.rutgers.edu]</A>with
&quot;subscribe&quot; in the body with no subject. The list address is
&lt;linux-smp@vger.rutgets.edu&gt;.</P>
</UL>
<P><HR SIZE=4 WIDTH="100%"></P>
<CENTER><TABLE CELLSPACING=0 CELLPADDING=0 >
<TR>
<TD><A HREF="ThreadingApps.html"><CENTER><IMG SRC="ArrowLeft.gif" ALT="[Left Arrow]" BORDER=0 HEIGHT=40 WIDTH=40></CENTER></A></TD>
<TD><A HREF="index.html"><CENTER><IMG SRC="House.gif" ALT="[Home]" BORDER=0 HEIGHT=40 WIDTH=40></CENTER></A></TD>
<TD><A HREF="Dictionary.html"><CENTER><IMG SRC="BookSearch.gif" ALT="[Book Search]" BORDER=0 HEIGHT=40 WIDTH=40></CENTER></A></TD>
<TD><A HREF="mailto:walton@oclc.org"><CENTER><IMG SRC="MailBox.gif" ALT="[Mailbox]" BORDER=0 HEIGHT=40 WIDTH=40></CENTER></A></TD>
<TD><A HREF="index.html"><CENTER><IMG SRC="ArrowRight.gif" ALT="[Right Arrow]" BORDER=0 HEIGHT=40 WIDTH=40></CENTER></A></TD>
</TR>
<TR>
<TD><A HREF="ThreadingApps.html">[Previous Page]</A></TD>
<TD><A HREF="index.html">[First Page]</A></TD>
<TD><A HREF="Dictionary.html">[Dictionary]</A></TD>
<TD><A HREF="mailto:walton@oclc.org">[Email Author]</A></TD>
<TD><A HREF="index.html">[Next Page]</A></TD>
</TR>
</TABLE></CENTER>
</BODY></HTML>