wrongly....
singletons are kinda prohibited from EJB because it usually doesn�t allow
for linear scaling...
perhaps if you could use a single server for singletons, with each machine
in the cluster pointing to it?
How about a BMP EntityBean backed up by a table that does the job? (moving
the bottleneck to the DB)
JP
-----Original Message-----
From: Ismael Blesa Part [mailto:[EMAIL PROTECTED]]
Sent: Martes, 12 de Diciembre de 2000 5:28
To: Orion-Interest
Subject: Singleton classes and Clustering
In my application I use somo singleton classes to store some data that
is common to all the sessions. Noy I want to use LoadBalancing and
Clustering from Orion, how Singleton classes are treated by Orion when
LoadBalancing and Clusteing are used?