The function createWorkerInstance
uses a definition identified by
defnId to create the appropriate object instance. The instantiated object is assigned
the instanceId and saved under the dataFileName if the latter is specified.
This instantiated object may change state between iterations when a computation executes
createWorkerInstance(
defnId,
instanceId,
pubkey_bits = NULL,
pubkey_n = NULL,
den_bits = NULL,
dataFileName = NULL
)
TRUE if everything goes well
the identifier of an already defined computation
an indentifier to use for the created instance
number of bits for public key
the n
for public key
the number of bits for the denominator
a file name to use for saving the data. Typically NULL
, this
is only needed when one is using a single opencpu server to behave like multiple
sites in which case the data file name serves to distinguish the site-specific data files.
When it is NULL
, the data file name is taken from the configuration settings
availableComputations()