Forum Discussion
Aleksandr Sapozhkov
Mar 20, 2017Copper Contributor
Separating object cache accounts for web applications
It's no surprise that SharePoint allows to configure separate pair of object cache accounts for each web application. However, the question is whether there is any benefit of applying different set o...
- Mar 22, 2017Again, cache accounts are used for comparative purposes only. They hold no data. There is no reason to separate them.
Mar 20, 2017
There is very little reason, if any, to do so. Remember that the object cache accounts are really true 'service accounts'. They're not managed and the SharePoint Administrator does not need their passwords. They're essentially 'reference' accounts that SharePoint can compare permissions to with the user viewing the content.
Similarly, there's little reason to separate service accounts for Web Applications or for various Service Applications. It increases operational complexity (especially if KCD is involved), process start up time, and process memory usage.
Similarly, there's little reason to separate service accounts for Web Applications or for various Service Applications. It increases operational complexity (especially if KCD is involved), process start up time, and process memory usage.
- Aleksandr SapozhkovMar 21, 2017Copper Contributor
Hi Trevor,
With regard to using single app pool account as far as I understand any farm solution running on one web app can use pool account for accessing content in other web applications. Whether it is desirable or not can be decided based on specific customer and solution demands.
However, I don't understand consideration points regarding cache accounts. are there specific cases to take into accounts?
- Mar 22, 2017Again, cache accounts are used for comparative purposes only. They hold no data. There is no reason to separate them.
- Aleksandr SapozhkovMar 23, 2017Copper Contributor
Thanks. Just one thing acrossed my mind is that sometimes it could be easier to analyse ULS logs so that referencing object cache account can suggest what web application particular correlation id belongs to. Possible situation?