panchalhitesh / oraclecoherence-examples

Some work around with oracle coherence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oraclecoherence

This requires basic understanding for Oracle Coherence, or one can read how oracle coherence extend proxies / client & server works.

Ref:http://docs.oracle.com/cd/E15357_01/coh.360/e15726/gs_example.htm#COHCG4921

Oralce Coherence Extend Client : Coherence*Extend is a protocol which is used for non-members of cluster to get access to Coherence services. Extend is using TCP connection to one of cluster members (which should host proxy service) and use this member as a relay. Normally client process is creating single TCP connection

About

Some work around with oracle coherence

License:Apache License 2.0


Languages

Language:Java 100.0%