Subj : Re: Study Material for Multi-threaded application developement in UNIX/LINUX To : comp.programming.threads From : loic-dev Date : Tue May 24 2005 11:47 pm Salut, > I am new to the world of multi-threading application developement in > UNIX(SUN SOLARIS) / LINUX. > Can anybody help me where I can get some good materials( Books/ Tutorials > published in Net) for start up. > I wanted to know what are the issues for multi-threading developement, with > example code in C/C++....etc I warmly recommend David Butenhof's book "Programming with Posix Threads" (ISBN 0-201-63392-2). Some tutorials from the net: http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html and, yeah googling a bit shall give you even materials. Loic. .