My company wants to investigate the option of launching one java app that simply configures and starts a cache on an app server, then have a separate stand alone app call that instance from the first program and write to/read from it.
We currently have a job that access to data is slow, but if we can load the data and always have it available on the same machine, this may be a good bet to help access speed.
There are no examples I am finding to having a separate project access that cache.
If anyone has any direction or a URL of an example I would appreciate it.
Or if this is easier to accomplish in another open souce available, please give your opinion.
Thanks in advance.