Resource Request Processing
Resource requests trigger activity in a resource oriented computing system.
As you have seen in the
Getting Started
book resource requests are initiated when a transport detects
an event, constructs a corresponding request and issues
it as a root request in its fulcrum module.
When a transport injects a root request NetKernel begins a two step process:
- Resolve the request URI address to an endpoint.
- Send the request to the resolved endpoint for processing.
In this section we examine the two steps in detail.