My Oracle Support Banner

How To Speed Up The First Connection To A Coherence Cluster From A Web Application (Doc ID 1534408.1)

Last updated on MARCH 04, 2024

Applies to:

Oracle Coherence - Version 3.5.3 and later
Information in this document applies to any platform.

Goal

Making an initial connection to a Coherence cluster, be it as a member of the cluster or over Coherence*Extend, to perform an operation does add overhead as the cache configuration is loaded and parsed and the connection is created and membership negotiated.  Coherence lazily initializes services and as a result code using the API to work with caches won't join the cluster until the first call is made to perform work with a cache.  This article will demonstrate a simple technique, suitable for JSP or Servlet based web applications which are interacting with a Coherence cluster using the Coherence for Java APIs.  In this specific case Coherence*Web is not being used and this article is not applicable to that environment.
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.