Developer Documentation Library > Web API > Web API application > Load balance requests to the Web API
 
Load balance requests to the Web API
You can install the Web API application on multiple servers or multiple instances of the WebApi application in different app pools on the same server.
Use a single Oidc application to generate access tokens that are valid for all instances of the Web API application.
Although any instance of the Web API could handle any request, the caching of projects and users by the Web API should be taken into account when deciding which Web API instance a client should use.
See
Web API application