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


Sockets I/O

Author(s): Francisco Bueno.

Version: 1.10#7 (2006/4/26, 19:22:13 CEST)

Version of last change: 1.9#241 (2003/12/22, 18:56:7 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.