From jan@swi.psy.uva.nl Wed Feb  6 21:46:44 2002
Received: from there (jan@gollem2.swi.psy.uva.nl [145.18.152.27])
	by swi.psy.uva.nl (8.11.6/8.11.2) with SMTP id g16Kkhp29749;
	Wed, 6 Feb 2002 21:46:44 +0100 (MET)
Message-Id: <200202062046.g16Kkhp29749@swi.psy.uva.nl>
Content-Type: text/plain;
  charset="iso-8859-1"
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: Tobias Sing <sing@coli.uni-sb.de>, prolog@swi.psy.uva.nl
Subject: Re: [SWIPL] Socket Communication
Date: Wed, 6 Feb 2002 22:46:20 +0100
X-Mailer: KMail [version 1.3.2]
References: <3C6154E6.C06E2B07@coli.uni-sb.de>
In-Reply-To: <3C6154E6.C06E2B07@coli.uni-sb.de>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

On Wednesday 06 February 2002 17:08, Tobias Sing wrote:
> Dear all,
>
> does SWI-Prolog allow communication with other programs via sockets?
> If so, how does it work?

Sure.  There are two options.  One is to use library(socket), defined
in http://www.swi-prolog.org/packages/clib.html

The other is to use XPCE using class socket.

	Cheers --- Jan

