Subj : Re: MT server side app book advice To : comp.programming.threads From : Mikhail Polatov Date : Mon May 23 2005 10:13 pm "dan" writes: > Hi > > Can anyone recommend any books regarding developing mutlithreaded > server side applications for Windows XP server or linux. I'd start with Programming with POSIX(R) Threads by David R. Butenhof (ISBN: 0201633922). Then: Microsoft Windows Internals, Fourth Edition (ISBN: 0735619174). Windows System Programming, Third Edition (ISBN: 0321256190). Unix Network Programming, Volumes 1 and 2 (ISBN: 0131411551, 0130810819). The last two books are focused solely on UNIX, but they will give you some ideas/patterns/techniques how to write back-end applications regardless of a platform you are using. > > Thanks > > dan > -- Mikhail Polatov .