| value |
The runShare mode. One of the following:
- none - This option performs no run sharing. This
means that when two users attempt to run the same component
simultaneously, the Analysis Server will take no action to ensure
that input and output files are not overwritten.
- wait - When the component is running, this option
ensures that no one else will be able to run it. A second user will
not be able to read or write files until the first user is done with
them. When the first user's object has retrieved all of the output
information it needs from the component's files, the second user's
object can now run; it overwrites the current input and output files
in doing so. This is the default run sharing mechanism of FileWrapper
components.
- share - When two or more users attempt to run a
component simultaneously, the FileWrapper creates separate
directories that hold unique input and output files for every user.
Thus, all users can run the component simultaneously without file
conflicts.
- error - When a user tries to run a component that is
already running, this option generates an error message and
instructs the user to try again later.
|