Go to the first, previous, next, last section, table of contents.


Sockets I/O

Author(s): Francisco Bueno.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.11#117 (2003/12/22, 18:58:12 CET)

This module provides two useful predicates for programming with sockets.

Usage and interface (sockets_io)

Documentation on exports (sockets_io)

PREDICATE: serve_socket/3:

Meta-predicate with arguments: serve_socket(?,pred(1),pred(1)).

Usage: serve_socket(Socket, Server, Handler)

PREDICATE: safe_write/2:

Usage: safe_write(Stream, Term)


Go to the first, previous, next, last section, table of contents.