Ask a Question related to AIX, Design and Development.
-
david_news2000 #1
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
-
Programming 3D book recommendations?
Any recommendations of books on programming / working with director 3D? preferably for someone coming from a JavaScript / ActionScript background.... -
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... -
[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... -
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... -
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... -
Nicholas Dronen #2
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
-
david_news2000 #3
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,
>
> Nicholasdavid_news2000 Guest



Reply With Quote

