Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention QTEMP and *LDA in stateful InternalKey section #197

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions samples/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
// # 'InternalKey' => $artibitraryDirectory

// 'InternalKey', combined with turning on stateful mode, will cause a stateful toolkit job to be identified uniquely by the system.
// Its value should be an empty directory, typically under /tmp.
// Any toolkit script specifying this InternalKey value and stateful mode will return to the same XMLSERVICE job later.
// The value of InternalKey should be an empty directory, typically under /tmp.
// Any toolkit script specifying this InternalKey value and stateful mode can access the same XMLSERVICE job later as needed.
// The stateful technique is useful for accessing QTEMP and *LDA resources in this unique job.
// The job will remain running until ended *IMMED or timed out using a timeout option (see below)
// Note: omitting InternalKey in stateful mode would cause a default key of '/tmp/Toolkit' to be used, which would mean everyone is sharing a single XMLSERVICE job.
$conn->setOptions(array('stateless' => false,
Expand Down