Initializing help system before first use

httpqueueinfo

httpqueueinfo


Purpose
Get size information of a queue of requests.
Synopsis
function httpqueueinfo(rq:reqqueue, what:integer):integer
Arguments
rq 
A queue of requests
what 
What information to retrieve:
Number of requests waiting in the queue
Number of models having access to the queue
Number of models ready for processing a request
The result of httpqueueinfo(rq,2)-httpqueueinfo(rq,0)
Return value
Requested information or 0 for an unknown code.
Related topics
Module