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
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
:[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
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
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
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