Sylvain Wallez wrote:
Vadim Gritsenko wrote:

  * All threads will be created in the ThreadGroup of the request
    processing thread, will attempt to modify said group, and
    can fail with SecurityException (you can create thread in a
    thread group only if you have modifyThreadGroup priviledge).

I don't see the point. Do you mean that the thread that initializes a servlet is not the same and has different privileges than the one processing the request?

Depends on container; but usually this is a different thread; and can be set up differently (once again, depends on container).


Ok, thanks for the explanations. RunnableManager is Startable again.

Thanks

Vadim

Reply via email to