> > > I think I will fix the DynamoDB-Sessionmanager.
> > 
> > Also an option.  
> 
> Already in process it seems ;)
> 
> https://github.com/aws/aws-dynamodb-session-tomcat/issues/3
> 
> I hope they will use the code from tomcat for managing the classloader
> issues.

Well, just realized that this Manager is based on PersistentManagerBase.
So I see no improvement in terms of reliability, because it still writes the
data async into DynamoDB.
I even cannot see the reason why they created DynamoDBSessionManager,
DynamoDBSessionStore would have done the job too then.

Looking into the Manager interface (public void backgroundProcess()) tells
me, that it seems to be always async?

So what is the right stategy to distribute sessions across an arbitrary
amount of servers with a 100% guarantee that the session will be found at
any time on any server?

Thank you


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to