Page History
| Table of Contents |
|---|
This page docuememts reflector's REST API.
| Table of Contents |
|---|
The web server services requests on different threads than those that listen on TCP frames. As a result, some (minimal) amount of synchronization is required. All requests marked as GET either does not synchronize or at most grabs a read lock. Everything else (POST, PUT, DEL) requires scheduling and waiting. The goal is always to minimize the amount of work and synchronization required when servicing TCP frames.
...
Overview
Content Tools