Re: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Storm Linux User
On Monday 20 November 2000 12:41, you wrote: > At 12:10 20.11.00 , you wrote: > >Hi. > > > >It's possible to execute 2 different session beans concurrently, for the > > same session(user)? I will explain... My user needs to execute remote > > code on many machines. I had the idea to put an session

Re: SV: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Storm Linux User
calls to the buissiness layer... > > And youre right threading is not allowed in EJB.. > > Klaus > > -Opprinnelig melding- > Fra: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] > Sendt: 20. november 2000 16:59 > Til: Orion-Interest > Emne: RE: Execute 2 Session

SV: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Klaus . Myrseth
:[EMAIL PROTECTED]] Sendt: 20. november 2000 16:59 Til: Orion-Interest Emne: RE: Execute 2 Session Beans concurrently - Is thread possible? perhaps you could use MessageBeans... I don´t think that asynchronic execution is valid in EJB, nor it will ever be... -Original Message- From: Storm

RE: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Juan Lorandi (Chile)
perhaps you could use MessageBeans... I don´t think that asynchronic execution is valid in EJB, nor it will ever be... -Original Message- From: Storm Linux User [mailto:[EMAIL PROTECTED]] Sent: Lunes, 20 de Noviembre de 2000 11:10 To: Orion-Interest Subject: Execute 2 Session Beans

Re: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Robert Krueger
At 12:10 20.11.00 , you wrote: >Hi. > >It's possible to execute 2 different session beans concurrently, for the same >session(user)? I will explain... My user needs to execute remote code on many >machines. I had the idea to put an session bean in each machine, and then get >an reference for this

Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Storm Linux User
Hi. It's possible to execute 2 different session beans concurrently, for the same session(user)? I will explain... My user needs to execute remote code on many machines. I had the idea to put an session bean in each machine, and then get an reference for this beans in my local session bean. Bu