Advanced Unix Programming

Hardcover
from $0.00

Author: Marc Rochkind

ISBN-10: 0131411543

ISBN-13: 9780131411548

Category: UNIX

Search in google:

The classic guide to UNIX® programming-completely updated!UNIX application programming requires a mastery of system-level services. Making sense of the many functions-more than 1,100 functions in the current UNIX specification-is a daunting task, so for years programmers have turned to Advanced UNIX Programming for its clear, expert advice on how to use the key functions reliably.An enormous number of changes have taken place in the UNIX environment since the landmark first edition. In Advanced UNIX Programming, Second Edition, UNIX pioneer Marc J. Rochkind brings the book fully up to date, with all-new, comprehensive coverage including:POSIXSolaris™Linux®FreeBSDDarwin, the Mac™ OS X kernelAnd more than 200 new system callsRochkind's fully updated classic explains all the UNIX system calls you're likely to need, all in a single volume!Interprocess communication, networking (sockets), pseudo terminals, asynchronous I/O, advanced signals, realtime, and threadsCovers the system calls you'll actually use-no need to plow through hundreds of improperly implemented, obsolete, and otherwise unnecessary system calls!Thousands of lines of example code include a Web browser and server, a keystroke recorder/player, and a shell complete with pipelines, redirection, and background processesEmphasis on the practical-ensuring portability, avoiding pitfalls, and much more!Since 1985, the one book to have for mastering UNIX application programming has been Rochkind's Advanced UNIX Programming. Now completely updated, the second edition remains the choice for up-to-the-minute, in-depth coverage of theessential system-level services of the UNIX family of operating systems.

PrefaceCh. 1Fundamental concepts1Ch. 2Basic file I/O71Ch. 3Advanced file I/O123Ch. 4Terminal I/O203Ch. 5Processes and threads277Ch. 6Basic interprocess communication361Ch. 7Advanced interprocess communication405Ch. 8Networking and sockets519Ch. 9Signals and timers601App. AProcess attributes667App. BUx : A C++ wrapper for standard UNIX functions673App. CJtux : A Java/Jython interface to standard UNIX functions677App. D : Alphabetical and categorical function lists685References703Index705