Socket Programming Book Recommendations

Ask a Question related to AIX, Design and Development.

  1. #1

    Default Socket Programming Book Recommendations

    Any book recommendations for a beginner doing socket programming on
    AIX?

    I've seen rave reviews of the late Richard Stevens' books, but he seem
    to be writing for System 7 and Postix? Does it matter?

    Thanks.
    david_news2000 Guest

  2. Similar Questions and Discussions

    1. Programming 3D book recommendations?
      Any recommendations of books on programming / working with director 3D? preferably for someone coming from a JavaScript / ActionScript background....
    2. programming amazon-like recommendations
      Well, I meant more like sessions but stored in normal cookies and then your own DB instead of PHP's own session thingy... Maybe a directory with a...
    3. [PHP] Socket programming with PHP risky?
      * Thus wrote Chris Shiflett (shiflett@php.net): Thats good to hear.. thanks. Curt -- "I used to think I was indecisive, but now I'm not...
    4. Socket programming with PHP risky?
      I've noticed in the PHP docs "EXPERIMENTAL" is marked over all the socket functions. Would it be risky to develop a PHP socket app using those...
    5. socket programming
      Hi to all, Is it possible to run php in the web running in a specified port without installing apache in Linux? Can anyone give a sample code...
  3. #2

    Default Re: Socket Programming Book Recommendations

    david_news2000 <david_news2000@yahoo.com> wrote:
    dn> Any book recommendations for a beginner doing socket programming on
    dn> AIX?

    No such books exist. The Berkeley sockets interface doesn't vary
    much from UNIXy operating system to UNIXy operating system. In fact,
    they're so common that they're part of a standard:

    [url]http://www.opengroup.org/onlinepubs/007908799/xnsix.html[/url]

    That being said, IBM does have this documentation:

    [url]http://publib16.boulder.ibm.com/pseries/en_US/aixprggd/progcomc/progcomctfrm.htm[/url]

    dn> I've seen rave reviews of the late Richard Stevens' books, but he seem
    dn> to be writing for System 7 and Postix?

    POSIX.

    dn> Does it matter?

    No, it shouldn't matter. You'll find little or no use for the TLI
    section of his book, but the rest is handy.

    Regards,

    Nicholas

    --
    "Why shouldn't I top-post?" [url]http://www.aglami.com/tpfaq.html[/url]
    "Meanings are another story." [url]http://www.ifas.org/wa/glossolalia.html[/url]
    Nicholas Dronen Guest

  4. #3

    Default Re: Socket Programming Book Recommendations

    Hi Nicholas,

    Awesome, thanks!!

    Nicholas Dronen <ndronen@io.frii.com> wrote in message news:<3f770de2$0$62079$75868355@news.frii.net>...
    > david_news2000 <david_news2000@yahoo.com> wrote:
    > dn> Any book recommendations for a beginner doing socket programming on
    > dn> AIX?
    >
    > No such books exist. The Berkeley sockets interface doesn't vary
    > much from UNIXy operating system to UNIXy operating system. In fact,
    > they're so common that they're part of a standard:
    >
    > [url]http://www.opengroup.org/onlinepubs/007908799/xnsix.html[/url]
    >
    > That being said, IBM does have this documentation:
    >
    > [url]http://publib16.boulder.ibm.com/pseries/en_US/aixprggd/progcomc/progcomctfrm.htm[/url]
    >
    > dn> I've seen rave reviews of the late Richard Stevens' books, but he seem
    > dn> to be writing for System 7 and Postix?
    >
    > POSIX.
    >
    > dn> Does it matter?
    >
    > No, it shouldn't matter. You'll find little or no use for the TLI
    > section of his book, but the rest is handy.
    >
    > Regards,
    >
    > Nicholas
    david_news2000 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139