Icon TServerRequestQueue

Unit: WebHTTP

Inherits From TComponent

Available In: Client Applications

The TServerRequestQueue component represents a queue of dynamic HTTP requests to the web server from which the application was loaded or, provided that the web server allows it, a different origin (protocol, host, and port). Serialization allows server requests to be executed in a specific order. If executed individually, such requests would normally be executed asynchronously by the web browser and would not have a predictable completion order.

Image