Sicstus Prologbeans
- From: "Berto" <hertzian@xxxxxxxxx>
- Date: Tue, 26 Sep 2006 11:36:32 +0200
Hi,
I want to comunicate with sicstus using prologbeans.net. I create a prolog
file (.pl) as described in documentation and this c# code
PrologSession session = new PrologSession();
Bindings bindings = new Bindings().bind("C", k+".");
session.connect();
QueryAnswer answer = session.executeQuery("color(C,X)", bindings);
If the elaboration is too complex (more than 3 seconds) the application can
throw this exception:
errore Unable to read data from the transport connection: A blocking
operation was interrupted by a call to WSACancelBlockingCall.
Where's the problem? Always works with simple elaborations.
Thxs
Berto
.
- Follow-Ups:
- Re: Sicstus Prologbeans
- From: A . L .
- Re: Sicstus Prologbeans
- Prev by Date: Re: Can't compile SWI on FreeBSD
- Next by Date: Re: Can't compile SWI on FreeBSD
- Previous by thread: Can't compile SWI on FreeBSD
- Next by thread: Re: Sicstus Prologbeans
- Index(es):