Hi Frank,
I have not done this myself, but I have read somewhere that some servlet
engines can do load balancing, while still maintaining the session object.
Requests from the same session always goes to the same server. It might
have been Resin, but I'm not sure...
~ Leon
----- Original Message -----
From: "Frank Villarreal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 9:31 PM
Subject: Clustering Turbine ?!?
> Greetings all.
>
> I have several questions regarding running a cluster of physical servers
> using Turbine. For starters, let's say I had round-robin load-balancing
> occuring in front of the servers. I imagine that the User object can be
made
> to be retrieved from a permanent store (ie: RDBMS) on each request (using
a
> cookie or url parameter as the key for session-id lookup). Now the second
> problem would be to embed the session-id as a parameter (assuming the use
of
> url lookup) within every url throughout the turbine application. This
could
> probably be done relatively easily by extending/modifying DynamicURI
class,
> right? However, what would I use as the session-id? Does functionality
like
> this already exist within turbine? Does anyone have any experience doing
> something like this with turbine, and could you possibly shed some light
on
> the subject? Cheers!
>
> - Frank
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]