All Manuals > LispWorks User Guide and Reference Manual

NextPrevTopContentsIndex

21 TCP/IP socket communication and SSL

The interface for using TCP/IP sockets in LispWorks is in the "comm" module, and all the symbols are in the comm package, and documented in the The COMM Package.

To use it you need to require the module by

(require "comm")

21.1 Running a server that accepts connections

21.2 Connecting to a server

21.3 Information about IP addresses

21.4 Waiting on a socket stream

21.5 Special considerations

21.6 Socket Stream SSL interface


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevTopContentsIndex