enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. UNIX Network Programming - Wikipedia

    en.wikipedia.org/wiki/UNIX_Network_Programming

    Unix Network Programming is a book written by W. Richard Stevens. [1] It was published in 1990 by Prentice Hall and covers many topics regarding UNIX networking and Computer network programming . The book focuses on the design and development of network software under UNIX.

  3. Transport Layer Interface - Wikipedia

    en.wikipedia.org/wiki/Transport_Layer_Interface

    TLI and XTI are still supported in SVR4-derived operating systems and operating systems conforming to branded UNIX (UNIX 95, UNIX 98 and UNIX 03 Single UNIX Specifications) such as Solaris and AIX (as well as the classic Mac OS, in the form of Open Transport). Under UNIX 95 (XPG4) and UNIX 98 (XPG5.2), XTI was the preferred and recommended ...

  4. W. Richard Stevens - Wikipedia

    en.wikipedia.org/wiki/W._Richard_Stevens

    1996 – TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols – ISBN 0-201-63495-3; 1998 – UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI – ISBN 0-13-490012-X; 1999 – UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications – ISBN 0 ...

  5. Advanced Programming in the Unix Environment - Wikipedia

    en.wikipedia.org/wiki/Advanced_Programming_in...

    Stevens adds three chapters giving more concrete examples of Unix programming: he implements a database library, communicates with a PostScript printer, and with a modem. The book does not cover network programming: this is the subject of Stevens's 1990 book UNIX Network Programming and his subsequent three-volume TCP/IP Illustrated.

  6. Computer network programming - Wikipedia

    en.wikipedia.org/wiki/Computer_network_programming

    W. Richard Stevens: UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI, Prentice Hall, 1998, ISBN 0-13-490012-X ^ "Chapter 12 - Network Programming". COMP1406 (PDF) . 2017.

  7. New road appears on side of Candy Mountain. Why Benton ... - AOL

    www.aol.com/road-appears-side-candy-mountain...

    Benton County property records identify David St. Hilaire as the legal owner of the 10-acre parcel. ... The only route to the Candy Mountain summit is an out-and-back trail that starts at a trail ...

  8. Twisted (software) - Wikipedia

    en.wikipedia.org/wiki/Twisted_(software)

    Twisted is an event-driven network programming framework written in Python and licensed under the MIT License.. Twisted projects variously support TCP, UDP, SSL/TLS, IP multicast, Unix domain sockets, many protocols (including HTTP, XMPP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more.

  9. STREAMS - Wikipedia

    en.wikipedia.org/wiki/UNIX_System_V_STREAMS

    In computer networking, STREAMS is the native framework in Unix System V for implementing character device drivers, network protocols, and inter-process communication.In this framework, a stream is a chain of coroutines that pass messages between a program and a device driver (or between a pair of programs).