[jboss-user] [Beginners Corner] - Re: Howto create a new Thread? (the right way)

Wolfgang Knauf do-not-reply at jboss.com
Mon Mar 16 11:58:39 EDT 2009


Hi,

you shouldn't use threads in your server-side apps, because the server cannot control those threads, and thus it cannot care for cleaning them up when the application is e.g. undeployed.

What is your use case? Could it be achieved through SessionBeans, MessageDrivenBeans, WebServices or Servlets?


Best regards

Wolfgang

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218361#4218361

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218361



More information about the jboss-user mailing list