Initializing help system before first use

httpreqpop

Purpose
Ask for a HTTP request from a queue.
Synopsis
procedure httpreqpop(rq:reqqueue)
Argument
rq 
A queue of requests
Further information
1. This procedure has to be used by a model to notify the manager of a queue of requests that it is ready for processing an HTTP request. After this call, as soon as a new request is available an event of class EVENT_HTTPNEW is sent to the model that can handle it as if it was running the HTTP server.
2. The model is flagged as available if no request is waiting in the queue. This flag is cleared when a request is passed to the model: it is therefore required to call the procedure again after a request has been processed.
Related topics
Module

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.