Initializing help system before first use

httpreqpush

httpreqpush


Purpose
Move a request to a queue.
Synopsis
procedure httpreqpush(reqid:integer,rq:reqqueue)
Arguments
reqid 
Request number or -1
rq 
A queue of requests
Further information
1. This routine moves the selected request to a queue of requests in order to make it available to other server models. The request can no longer be accessed by the calling model after it has been passed to this procedure.
2. If the provided request is -1 this routine only clears the availability flag of the model ( i.e. it is no longer ready to process a request).
Related topics
Module