Sockets tutorial more in depth than the HOWTO

Erno Kuusela erno at iki.fi
Sat Sep 2 12:37:35 EDT 2000


>>>>> "Ron" == Ron Johnson, <ronjohn at gs.verio.net> writes:

    Ron> Hello, Having read
    Ron> http://www.python.org/doc/howto/sockets/sockets.html I was
    Ron> wondering if there are any more comprehensive tutorials on
    Ron> the web, even if they are C-based.

"Programming UNIX Sockets in C - Frequently Asked Questions" 
(very good):
<URL:http://www-db.stanford.edu/~cho/programming/unix-socket-faq.html>

"An Introductory 4.4BSD Interprocess Communication Tutorial"
<URL:http://docs.FreeBSD.org/44doc/psd/20.ipctut/paper.html>

"An Advanced 4.4BSD Interprocess Communication Tutorial"
<URL:http://docs.FreeBSD.org/44doc/psd/21.ipc/paper.html>

but there's really no substitute for the Stevens (RIP) dead
tree docs -
<URL:http://www.kohala.com/start/#books>

 -- erno



More information about the Python-list mailing list