Use of Threading in WebServer/AppServer 2004-08-30 - By Manish Malhotra
Back But I hv a doubt . Can we run a thread from an EJB? Becz I red that its not possible.
regards, Manish
[Manish Malhotra] -- --Original Message-- -- From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)]On Behalf Of Merten Schumann Sent: Monday, August 30, 2004 2:19 PM To: J2EE-INTEREST@(protected) Subject: Re: Use of Threading in WebServer/AppServer
Hello Dhiren,
I've got a web service implemented in two variants, servlet and bean. I do use there java.util.Timer (Task) stuff. It seems, it works both in servlet and bean container. So, at least things are working although they recommend to use TimerService stuff in bean environment.
cu Merten
__ __
From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)] On Behalf Of Dhiren Mehta Sent: Monday, August 30, 2004 6:28 AM To: J2EE-INTEREST@(protected) Subject: Re: Use of Threading in WebServer/AppServer Importance: High
Hi,
I sent this query few days back, but haven't recd any reply; thus resending it.
Thanks
Dhiren
-- --Original Message-- -- From: Dhiren Mehta Sent: Thursday, August 26, 2004 1:59 PM To: 'A mailing list for Java(tm) 2 Platform, Enterprise Edition' Subject: Use of Threading in WebServer/AppServer
Hi,
I have read several conflicting articles on using Theads in WebServers/AppServers. Can someone advise me (from their experience) if it's safe to use Threads within the WebServer and AppServer JVM? If from a Servlet a helper class that extends Thread is used (in which case the class will get executed under WebServer JVM) will that cause any problem?
And how about using such classes from EJB? (I know EJB Spec strongly suggests not to use Threads). My target AppServers are Weblogic and WebSphere.
Thanks in Advance
Dhiren
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|