Multithreaded Programming with Windows NT
Title | Multithreaded Programming with Windows NT PDF eBook |
Author | Thuan Q. Pham |
Publisher | Prentice Hall |
Pages | 266 |
Release | 1996 |
Genre | Computers |
ISBN |
Windows NT is coming back as a subject. This book brings multithreading to the Windows NT operating system. It covers a specialized area of interest to programmers--multitasking computer operations. One current application that the authors cover is video on demand, bringing together the cable and movie industries.
Win32 Multithreaded Programming
Title | Win32 Multithreaded Programming PDF eBook |
Author | Aaron Cohen |
Publisher | O'Reilly Media |
Pages | 744 |
Release | 1998 |
Genre | Computers |
ISBN |
Disc includes the Mcl and Mcl4Mfc class libraries and help files, along with all sample programs from the book.
Multithreading Programming Techniques
Title | Multithreading Programming Techniques PDF eBook |
Author | Shashi Prasad |
Publisher | |
Pages | 410 |
Release | 1997-01-01 |
Genre | Cross-platform software development |
ISBN | 9780070507104 |
Multithreading Applications in Win32
Title | Multithreading Applications in Win32 PDF eBook |
Author | Jim Beveridge |
Publisher | Addison-Wesley Professional |
Pages | 0 |
Release | 1997 |
Genre | Computer multitasking |
ISBN | 9780201442342 |
Windowsreg; 95 and Windows NT & allow software developers to use the powerful programming technique of multithreading: dividing a single application into multiple "threads " that execute separately and get their own CPU time. This can result in significant performance gains, but also in programming headaches. Multithreading is difficult to do well, and previous coverage of the subject in Windows has been incomplete. In this book programmers will get hands-on experience in when and how to use multithreading, together with expert advice and working examples in C++ and MFC. The CD-ROM includes the code and sample applications from the book, including code that works with Internet Winsock.
Threads Primer
Title | Threads Primer PDF eBook |
Author | Bil Lewis |
Publisher | Prentice Hall PTR |
Pages | 360 |
Release | 1996 |
Genre | Computers |
ISBN |
Providing an overview of the Solaris and POSIX multithreading architectures, this book explains threads at a level that is completely accessible to programmers and system architects with no previous knowledge of threads. It covers the business and technical benefits of threaded programs, along with discussions of third party software that is threaded, pointing out the benefits. It also describes the design of the Solaris MT API, with references to distinctions in POSIX, contains a set of example programs which illustrate the usage of the Solaris and POSIX APIs, and explains the use of programming tools: Thread Analyzer, LockLint, LoopTool and Debugger.
PThreads Programming
Title | PThreads Programming PDF eBook |
Author | Bradford Nichols |
Publisher | "O'Reilly Media, Inc." |
Pages | 289 |
Release | 1996-09 |
Genre | Computers |
ISBN | 1565921151 |
With threads programming, multiple tasks run concurrently within the same program. They can share a single CPU as processes do or take advantage of multiple CPUs when available. They provide a clean way to divide the tasks of a program while sharing data.
Windows NT TCP/IP Network Administration
Title | Windows NT TCP/IP Network Administration PDF eBook |
Author | Craig Hunt |
Publisher | "O'Reilly Media, Inc." |
Pages | 518 |
Release | 1998 |
Genre | Computers |
ISBN | 9781565923775 |
Windows NT TCP/IP Network Administrationis a complete guide to setting up and running a TCP/IP network on Windows NT. Windows NT and TCP/IP have long had a close association, and this is the first book to focus exclusively on NT networking with TCP/IP. It starts with the fundamentals--what the protocols do and how they work, how addresses and routing move data through the network, and how to set up your network connection. Beyond that, all the important networking services provided as part of Windows NT-- including IIS, RRAS, DNS, WINS, and DHCP--are presented in detail. This book is the NT administrator's indispensable guide. Contents include: Overview Delivering the data Network services Getting started Installing and configuring NT TCP/IP Using Dynamic Host Configuration Protocol Using Windows Internet Name Service Using Domain Name Service Configuring Email Service Using Microsoft routing Using Remote Access Service Troubleshooting TCP/IP Network Security Internet Information Server Appendixes on the TCP/IP commands, PPP script language reference, and DNS resource records