Em Thu, 01 Oct 2009 10:15:37 -0300, <[email protected]> escreveu:

Hello list!

Hi!

@Scope( ScopeConstants.PERTHREAD)
class OssoAccessControllerImpl {...}

I can't see why it should be per thread.

This is just for the render part request after the tapestry redirect! When exactly is the dispatcher instantiated?

Once per thread, i.e. once per request.

I thought it would be once for
each request, not eight times.

Requests for assets (CSS, JavaScript, etc) are requests too.

It's also strange to see two different
thread names in the log (not one, not eight). Is the dispatcher somehow
instantiated once per page and component?

No. It is instantiated once per thread. :)

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to