Next Prev Up Top Contents Index

14.1.4 Execute transactions

When a client issues an execute transaction to a server, the command to be executed is transferred as a string. This involves the marshalling of the command and its arguments into a suitable string format. The standard format of such a string is:

[command(arg1,arg2,...)]
LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index