InterviewSolution
| 1. |
What Are Dspmaxthread And Recieverthread Properties? Why Are They Important? |
|
Answer» Receiver THREADS property specifies the maximum NUMBER of MDBs that process Async ACROSS all domains. Whereas the dspMaxThread are the maximum number of MDBs that process Async and threads that operate across a domain. So, we need to ENSURE that the dspMaxThread value is not greater than Receiver Threads. Receiver Threads property specifies the maximum number of MDBs that process Async across all domains. Whereas the dspMaxThread are the maximum number of MDBs that process Async and threads that operate across a domain. So, we need to ensure that the dspMaxThread value is not greater than Receiver Threads. |
|