Icon TEWBModule

Unit: ewbhttpmodule

Inherits From TDataModule

The TEWBModule component represents an instance of a native server module in the web server. The web server automatically creates a new instance of the TEWBModule component whenever an incoming web server request is routed to the native server module and fires the OnExecute event in order to allow the component to handle the request.

Warning All code in any OnExecute event handler must be completely thread-safe. Also, all native server modules in the web server run in-process, so a fatal error such as a memory overwrite due to improper threading code could cause the server to fail.


PropertiesMethodsEvents
CreateOnExecute
Image