asyncasync
Issue an asynchronous request
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > async

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn:org:ten60:netkernel:ext:sys

The async accessor is exported by the urn:org:ten60:netkernel:ext:sys module. Import this module to gain access to the accessor.

Syntax

URI
active:async

ArgumentRulesDescription
uriMandatory base URI for asynchronous subrequest
additionOptional additional arguments for the subrequest

Example Usage

DPML

<instr>
  <type>async</type>
  <uri>active:log</uri>
  <operand>
    <message>I'm logged</message>
  </operand>
  <target>var:requestHandle</target>
</instr>

NetKernel Foundation API

The async accessor is provided for use with the DMPL language. It is more efficient to use the following NKF method with scripting languages:

INKFBasicHelper.issueAsyncSubRequest()issue asynchronous request

Purpose

The async accessor allows you to issue an asynchronous subrequest when developing in DPML. However, if you are developing an accessor or using a scriping language you may find it easier to use the underlying asynchronous request methods in the NKF API.

The subrequest issued by async is built from the URI specified in the uri argument. All additional arguments are passed through as active URI arguments on the asynchronous subrequest.

The resulting resource returned by this request is not the result of the asynchronous subrequest since it may not be available yet. Instead, a request to async returns a handle which can be passed to the join accessor when you want to wait for the result.

A trailmap on asynchronous requests is here.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.