Oracle Coherence has a great feature 1 to support intensive read-only and read-write operations when it is used as a distributed cache layer between your App and the backend relational database storage. But I would like to know if has anyone considered using this approach in a PHP critical app context.
Any information will be appreciate.
Thanks in advance.
You could use the Oracle Coherence REST API to access the cluster. The REST API supports HTTP GET, PUT, POST and DELETE.