Hi Nicolas,

It's good to see someone on the other side of the world using Tohu :-)

Tohu requires that you use the stateful session because only changes are sent back and forth between the client and server, and so that state needs to be maintained on the server.  Stateless would be useful for a scenario where the rules are just doing some sort of one-off calculation based on the inputs provided.

Michael will need to answer re whether the execution server is able to run 2 agents simultaneously and how to to that.  In the meantime, you could work around this problem by creating a separate war file for each and deploying them both to your app server.  I have had a number of Tohu applications running simultaneously this way, which is exactly what you need for use within a portal.

Regards, Damon


-----tohu-users-bounces@lists.jboss.org wrote: -----

To: tohu-users@lists.jboss.org
From: Nicolas Martignole <nicolas@touilleur-express.fr>
Sent by: tohu-users-bounces@lists.jboss.org
Date: 02/27/2010 05:42AM
Subject: [tohu-users] Stateless/stateful servlet in Tohu

Hi Michael

JBoss Tohu is really a great project. I worked on a Grails similar project
few months ago, and I was really happy to discover Tohu later.

My first question is about the Stateless/stateful URL and Servlet in Tohu implemented in Scala.

I understood how to close a session with the URI and dispose-session
in stateful mode. However, and because I'm a beginner with Scala,
what are the main differences between the stateless and the stateful servlet
in JBoss Tohu ?

My Portlet has 2 view modes : normal and maximized. Each view mode
is in fact a simple JSP. I oberved that if I use the stateful mode, and
I try to load 2 separates context/scenarion (with /stateful/sample1 and /stateful/sample2)
then the 2nd state is never loaded.

I'd like to understand a little bit more this part of Tohu

Thanks for your help, and for the great work

Nicolas


_______________________________________________
tohu-users mailing list
tohu-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/tohu-users

Attention: This email may contain information intended for the sole use of the original recipient. Please respect this when sharing or disclosing this email's contents with any third party. If you believe you have received this email in error, please delete it and notify the sender or postmaster@solnetsolutions.co.nz as soon as possible. The content of this email does not necessarily reflect the views of Solnet Solutions Ltd.