| Author |
Weblogic, MDBs, and multiprocessors
|
Max Habibi
town drunk ( and author)
Sheriff
Joined: Jun 27, 2002
Posts: 4118
|
|
Can anyone explain how Weblogic(8.1/jdk 1.4, SP 3), 'plexs calls to MDBs? Does it create an instance of the MDB per processor? Does it execute each MDB instance in a thread on a separate processor? I'm pretty confused about the details of all of this. M
|
Java Regular Expressions
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
My understanding is that WebLogic runs each MDB in a separate thread and leaves the actual CPU allocation to the underlying JVM.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Max Habibi
town drunk ( and author)
Sheriff
Joined: Jun 27, 2002
Posts: 4118
|
|
|
My understanding what that the JVM's threads were processor bound, per JVM. If this is correct, then the model you're describing would only peg a single processor. What am I missing?
|
 |
 |
|
|
subject: Weblogic, MDBs, and multiprocessors
|
|
|