hi,
anyone have idea of this: whether each instance of an ejb bean runs in a seperate process space or all the instances of an ejb runs in the same process space.
Advance thanks for the response.
-
process space & EJB (2 messages)
- Posted by: suresh babu
- Posted on: October 13 2000 02:31 EDT
Threaded Messages (2)
- process space & EJB by Srinivas Tatikonda on October 13 2000 04:03 EDT
- process space & EJB by Dimitri Rakitine on October 13 2000 04:32 EDT
-
process space & EJB[ Go to top ]
- Posted by: Srinivas Tatikonda
- Posted on: October 13 2000 04:03 EDT
- in response to suresh babu
hi suresh babu,
i think they run in the same process space.since they run inside an ejb server,the server creates the instances in the same process,rather than a seperate process for each instance just like a multithreaded server.
comments r always welcome.... -
process space & EJB[ Go to top ]
- Posted by: Dimitri Rakitine
- Posted on: October 13 2000 04:32 EDT
- in response to Srinivas Tatikonda
I think you should not make any assumptions about where your beans run - it all depends on how container provider implemented it (WebLogic clusters, Gemstone multi-vm architecture etc).