If you use peer-to-peer, you can use multicasting and do not use locators. But if you run servers in separate networks, multicasting don't work correctly. Data grids have a lot of configurations and...
Type: Posts; User: kiril; Keyword(s):
If you use peer-to-peer, you can use multicasting and do not use locators. But if you run servers in separate networks, multicasting don't work correctly. Data grids have a lot of configurations and...
Locators should not be the part of cache server. You should run locator on separate JVM. If you want to run on VM locator and cache server write bash script.
If you use GemFire only as distributed...
To implement a write-behind cache listener. First step is configure gateway hub with no incoming port specification and gateway with no endpoint. Inside gateway you define gateway listener which will...