« Return to Thread: Sictus/Swi predicate query

Re: Sictus/Swi predicate query

by Jan Wielemaker-3 :: Rate this Message:

Reply to Author | View in Thread

On Tuesday 30 June 2009 01:09:11 pm graham thwaites wrote:
> The Sicstus documentation for 3.12.8 says:
>
> kill(+Pid, +Signal)
>
> Sends the signal Signal to process Pid.

That is provided by library(unix) on non-Windows systems. Possibly
process_kill/2 from library(process) provides an alternative, though
the docs say it only works on PID's returned by process_create/3.
I don't recall why this is.

See http://www.swi-prolog.org/pldoc/doc_for?object=process%3aprocess_kill%2f1

        Cheers --- Jan

_______________________________________________
SWI-Prolog mailing list
SWI-Prolog@...
https://mailbox.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog

 « Return to Thread: Sictus/Swi predicate query