Reusable Server Kernel

Problem 50 (Minor): Worker API extension

=============== 2004-10-28 10:15:08 (-04.00) ===============
 
Name:        ** Suppressed **
Company:     ** Suppressed **
Telephone:   ** Suppressed **
E-mail:      ** Suppressed **
 
Text:
 
In today's /rsk/rskfix.vmarc, there is new function for
ssWorkerAllocate.  The usage notes need to be changed to
describe what happened.
 
CHANGE 1.  Insert this new usage note between note 1 and note 2:
 
If the caller prefers not to receive worker API notifications
on its line driver's queue, the caller can set parameter
instance_C-block to 0 (zero) instead.  Supplying a value of zero
will cause the RSK to build an instance C-block in which only the
following fields are valid:
 
 vc_qh    line driver queue handle
 vc_ikey  instance key
 
The caller can use these returned values as inputs in subsequent
calls to QueueReceiveImmed or QueueReceiveBlock, so as to receive
messages indicative of worker activity.  Said C-block is not useful
for any other purpose.  The RSK returns the address of the built
C-block in parameter instance_C-block.
 
CHANGE 2.  Usage note 7 is wrong.  Actually, it's been wrong the
whole time.  Delete it.
 


[ Help | Summary | Previous ]