Torsten Schlabach wrote:
it seems quite a few people are unaware that there is a significant
difference between load balancing and clustering.
Will load-balancing work for authoring? Will it work for anything which
depends on a user session such as continuations, for example?
yes, because sessions do not need to be replicated, they are sticky
(they always go to the same instance in the load-balanced setup). you
really don't want to have to deal with session replication if you can
avoid it. session replication (and clustering) is *not* something that
lenya needs in the near future (if ever). clustering is about as useful
as deploying a full j2ee container just for servlets, ie not useful at
all. funnily, the perceived need for the two often comes together..
that said, jcr should definitely be integrated to protect the sitetree
from concurrent modification. i'd advise to spend time worrying about
that instead of session replication.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]