Network programming with Perl
"Network Programming with Perl is a comprehensive, example-rich guide to creating network-based applications using the Perl programming language. Among its many capabilities, modern Perl provides a straightforward and powerful interface to TCP/IP, and this book shows you how to leverage these c...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Boston :
Addison-Wesley
c2001.
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626946506719 |
Tabla de Contenidos:
- Input/output bascics
- Processes, pipes, and signals
- Introduction to berkeley sockets
- The TCP protocol
- The IO::socket API
- Development clients for common services
- SMTP: sending mail
- POP, IMAP, and NNTP: processing mail and netnews
- Web clients
- Development TCP client/server systems
- Multithreaded applications
- Multiplexed applications
- Nonblocking I/O
- Bulletproofing servers
- Preforking and prethreading
- IO::poll
- Advanced topics
- The urgent data
- The UDO protocol
- UDP servers
- Broadcasting
- Multicasting
- UNIX-domain sockets
- Additional source code.