Bull DPX/20 Betriebsanweisung Seite 173

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 172
2-5
DSOM Framework Reference
send_multiple_requests Function
Purpose
Initiates multiple Requests in parallel.
C Syntax
ORBStatus send_multiple_requests (
Request reqs[ ],
Environment* env,
long count,
Flags invoke_flags );
Description
The send_multiple_requests function initiates multiple Requests “in parallel”. (The actual
degree of parallelism is system dependent.) Each Request object is created using the
create_request method, defined on SOMDClientProxy. Like the send method, this
function returns to the caller immediately without waiting for the Requests to finish. The
caller waits for the request responses using the get_next_response function.
Parameters
reqs The address of an array of Requests objects which are to be initiated in
parallel.
env A pointer to the Environment structure for the caller.
count The number of Request objects in reqs.
invoke_flags A Flags (unsigned long) value, used to indicate the following options:
INV_NO_RESPONSE
Indicates the caller does not intend to get any results or out
parameter values from any of the requests. The requests
can be treated as if they are oneway operations.
INV_TERM_ON_ERR
If one of the requests causes an error, the remaining
requests are not sent.
The above flag values may be “or”-ed together.
Return Value
The send_multiple_requests function may return a non-zero ORBStatus value, which
indicates a DSOM error code. (See the SOM Toolkit Users Guide for more information on
DOSM error codes.)
Seitenansicht 172
1 2 ... 168 169 170 171 172 173 174 175 176 177 178 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare