on 7/11/01 5:12 PM, "Jeremy Leader" <[EMAIL PROTECTED]> wrote:
> Ah, I think I understand. One screen instance may be shared
> by multiple threads responding to multiple requests for that
> screen, right?
>
> Jeremy Leader
Yes. Just like a Servlet.
Turbine is effectively a minature servlet container in itself. It works as
the controller for all of the "subservlets" which are called "Modules".
All of the Modules (sreen/page/layout/action/navigation) *must* be thread
safe just like a servlet is. If they were not done this way, performance
would suck. :-)
-jon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]