:- use_module(library(tipc/tipc_linda)).
Note: A virtual tuple is an extension of the server. Even 
though it is operating in the client's Prolog environment, it is 
restricted in the server operations that it may perform. It is generally 
safe for tuple predicates to perform out/1 
operations, but it is unsafe for them to perform any variant of in 
or rd, either directly or indirectly. This restriction is 
however, relaxed if the server and client are operating in separate 
heavyweight processes (not threads) on the node or cluster. This is most 
easily achieved by starting a stand-alone Linda server somewhere on the 
cluster. See
tipc_linda_server/0, 
below.