The Pivotal Running Geode Locator Processes documentation states:
"You can run the locator standalone or embedded within another Geode process. Running your locators standalone provides the highest reliability and availability of the locator service as a whole."
Given a cluster with multiple nodes, with a Geode locator and Geode server running on each node...would it make sense to just embed the locator within the Geode server process.
In this scenario, is there any benefit gained by running the locator in a separate process?