When the messages passed to a non-blocking blade are processed, control must be returned quickly, without excessive computation and without blocking the thread. This is the most common type of blade.
Note that when an asynchronous request is passed to a blade, control is often returned before the result. And there is no time-limit on how quickly a response must be returned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|