Online documentation - Websydian v6.0

Users Guide | Patterns Reference | WebsydianExpress | Search

 

Application Service Listener

This section is only relevant when the Websydian application is deployed in a DWA environment (please see Websydian DWA Overview for more details).

The Application Service Listener (ASL) function is the entry point to an Application Service and ties the Relay Service on the web server with the Websydian Dispatcher function.

Upon receiving a request from a browser the Relay Service will dispatch the request to the first available ASL. The ASL then retrieves the request parameters from the Relay Service and finally calls an Websydian Dispatcher function that will process the request based on the retrieved parameters.

As with the Dispatcher function only one ASL function is defined in the model for a Websydian application and in a Windows environment it will be the ASL function that is generated and built as an executable file instead of the Dispatcher function.

At run-time several instances of the ASL function will be launched so many requests can be handled simultaneously.