returns a server to the public server pool
INCLUDE 'sysman.h' alloc_server(ServerID), ... free_server(ServerID).
free_server(ServerID) (i)
server(ServerID) (i) process ID of server to be returned
Returns a server to the public server pool that has been allocated using the
alloc_server
() predicate.
NOTE: if you return a server that you do not own, you might confuse the system.
No runtime errors. Unpredictable results in case you return server you do not own.
prolog-process, client-server, object
alloc_server , exec , release_processes