I hope I posted this in the best place.
I've been doing a lot of reading on service protection and request limits to help me decide on an environment strategy. I'm trying to understand if I should separate my apps into their own environments. I can't seen to find any mention if request limits are per environment? It looks like service protection limits are per web server and you don't really know how many web servers you have, but what about the various user-based request limits? Does a user get 40,000 requests in each environment?
If a user needs access to 5 apps, all else being equal, should I put them in 5 environments? Would they get a total of 200,000 requests? Or still 40,000?
Thanks!