On 7/17/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
2007/7/17, Ing. Andrea Vettori <[EMAIL PROTECTED]>:
> I don't remember where but I think I read somewhere that's not
> possibile to call Thread methods inside a servlet container.
>
> Anyone can confirm this ?


AFAIK you cannot create any thread in a Java EE environment (though
products like Quartz do this very elegantly), but I think that you can
do anything with your *current* thread.

you can create threads in tomcat. It's not recommended unless you know
what you are doing, but you can.
regards
Leon

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to