If sessions become a requirement, you will have to investigate stateful
clustering. Tomcat supports it. You can also use a reverse proxy that
balances once and then maintains the connection. Unfortunately, the
reverse-proxy route can introduce a single point of failure that might not
be acceptable. It depends on why you are clustering, scalability or
reliability.

Richard 

-----Original Message-----
From: Borut Bolcina [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 29, 2005 4:30 AM
To: Tapestry users
Subject: Re: Load balancing

Hi, a little late. Getting to our administrator was a time consuming task.

Now, he says we are using LVS (Linux Virtual Server) to balance requests 
(all sessionless). I guess the same would be true for sessionless 
Tapestry web app. What if sessions become requirement for the new web app?

An article about deploying Tapestry app in multiserver environment would 
be great. I read Howard's article 
http://www.theserverside.com/articles/article.tss?l=TSSTapestry, but it 
focuses on translating JSPs to Tapestry.

I have a book "Tapestry in Action", but it doesn't cover this topic. Did 
I miss it? Anyway, links to material appreciated!

Regards,
Borut

On 26.8.2005 17:53, Hensley, Richard wrote:

>Borut,
>
>Do the current JSP application run in a clustered environment? There should
>be very little difference between your JSP application deployment and a
>Tapestry application deployment across a cluster.
>Can you be a little more specific about the issues you are encountering or
>anticipate?
>
>Richard
>
>-----Original Message-----
>From: Borut Bolcina [mailto:[EMAIL PROTECTED]
>Sent: Friday, August 26, 2005 1:05 AM
>To: [email protected]
>Subject: Load balancing
>
>Hello,
>
>can someone point me to a resource where I can learn how to deploy
>tapestry application on several linux machines to handle [per day]:
>
>    * 150.000 unique visitors
>    * 1.500.000 pages
>
>This holds true for our current JSP app, so the pages number might not
>be informative.
>
>Is such high volume traffic site at all possible with Tapestry?
>
>Regards,
>Borut Bolčina
>
>
>
>---------------------------------------------------------------------
>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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to