Assume a server supports a set of HTTP driven applications - a browser or a
soap client of some sort - that are all coming through a sticky load
balancer. I assume a single JNDI tree so that all of the nodes in our
cluster have the same world view so to speak. Is that assumption correct?  A
second question is what happens when you have a set of unrelated application
server clusters or external applications using the same data database?
Specifially what is the impact on cluster A when records are adding or
removing through cluster B? Is this a pencil-eye issue (mom, it hurts when I
stick this pencil in my eye:)?

----- Original Message -----
From: "Sacha Labourey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 01, 2003 6:45 AM
Subject: RE: [JBoss-user] basic clustering question


> > this makes sense if the client is a heavyweight app (say swing). But
> > if the client is the web tier and the app is basically an internet site,
> > then
> > the ultimate client is a web browser. Now, you could have the "proxy"
> > being the code in the web tier - ie, a servlet, which could pick which
of
> > the ejb tiers to hit, as you say.
>
> in this case, use a hardware or software loadbalancer that uses sticky
> sessions.
>
> > However I would have thought it would be better to let this proxy be a
> > little hardware device that just selects which of the boxes to
> > hit, and then
>
> if it is a web app, yes. If it is a java app, no.
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to