Приглашаем посетить
Екатерина II (ekaterina-ii.niv.ru)

[Appendix C] C.4 Further Reading on Networking

PreviousAppendix C
Networking Clients
Next
 

C.4 Further Reading on Networking

There's a lot more to networking than this, but this should get you started. Chapter 6 of Programming Perl and the perlipc (1) manpage describe interprocess communication in general; the IO::Socket (3) manpage describes the object library; and the Socket (3) manpage describes the low-level interface to sockets. For the more intrepid programmers, the book Unix Network Programming by Richard Stevens (published by Addison-Wesley) covers the entire topic quite well. Be warned, however, that most texts on socket programming are written from the perspective of a C programmer.


PreviousHomeNext
C.3 An Interactive ClientBook IndexD. Topics We Didn't Mention