We will be moving to a clustered environment for our application. We are/will be using Apache (SSL) (with distcache to handle load balancing with SSL), Tomcat with load-balancing/clustering and an encrypted postgres database.

We are using a simple home grown Data Access layer which I will be putting an interceptor/proxy layer in front of using CGLIB (thanks for the mini how-to Konstantin).

I have three questions:

1) When I save something or update something in the Visit object is it guaranteed to be updated in the Session object? You know the whole Object in the Session issue where in order to guarantee proper session clustering the setAttribute() on the session must be called and not just updating the object in the session.

2) Given that the whole Session is updated and available to a cluster what about persistent properties? Many of my pages use persistent properties. What happens when I am load balanced/failed over to another Tomcat in the cluster. The Session will be there but what about stuff pertaining to Tapestry?

3) In general are Tapestry apps clusterable?

Any and all help is appreciated. This is my first clustered app as well as my first Tapestry app.

Again thanks in Advance.

Doug

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



Reply via email to