-
Synchornised Object Pool in WebSphere Cluster. (2 messages)
- Posted by: Tarun Dewan
- Posted on: October 03 2006 11:46 EDT
Hi, Please suggest a solution to following scenario : - We need to define an set of Unique System Id to access remote system. - At one time only one id can be used to access remote system and we can define 300 ids. Whereas there will be around 7000 users of our applications. - All these users will require to use one id to access remote system. - we are planning to use an object pool (similar to connection pool) and this object will be initialised with one of the ids. - in our production environment we will have approx. 10 WebSphere servers in cluster. - Is there any way to define this object pool so that it is shared across the clustered server. Please advice. Thanks & regards, Tarun Dewan.Threaded Messages (2)
- Re: Synchornised Object Pool in WebSphere Cluster. by Magendran Sathaiah on October 03 2006 13:14 EDT
- Re: Synchornised Object Pool in WebSphere Cluster. by Rob Misek on October 03 2006 13:45 EDT
-
Re: Synchornised Object Pool in WebSphere Cluster.[ Go to top ]
- Posted by: Magendran Sathaiah
- Posted on: October 03 2006 13:14 EDT
- in response to Tarun Dewan
DistributedMap can be used for object pooling in websphere. http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/tdyn_distmap.html -
Re: Synchornised Object Pool in WebSphere Cluster.[ Go to top ]
- Posted by: Rob Misek
- Posted on: October 03 2006 13:45 EDT
- in response to Tarun Dewan
Hi Tarun, It sounds like you need a distributed object cache that provides a coherent view of data across the cluster. Check out Coherence, which allows you to manage _any amount_ of java objects reliably, in-memory in the application tier. Later, Rob Misek Tangosol, Inc. Coherence: Unlimited Cache Capacity