Synchronous and Asynchronous Components

The example components NAMES and NAMEDIR are both designed to respond to requests in a synchronous manner. The component processes each request as it is received and does not process subsequent requests until the previous request has been answered.

You can take a synchronous component and modify it to function asynchronously by doing the following:

This enables the service layer to process other requests.


[Back: Callback Threading]
[Next: Debugging Overlay Instrumentation]