I've found the most effective way to slow down the execution time is ask an intern to "optimize" it...
/zing -----Original Message----- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 10:38 AM To: Struts Users Mailing List Subject: Re: slowing down action execution time 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. 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]