1. How to use thread pool in WebLogic 8? stackoverflow.comHow is it possible to get/use/return a thread from an execute queue ( = thread pool) in WebLogic 8.1.6? |
2. What are the downsides of using non-managed threads in a managed environment? stackoverflow.comWhat are the disadvantages of creating my own threads inside a managed environment like a weblogic application server? |
3. ThreadLocal safety in Weblogic threadpool stackoverflow.comI'm writing an app which uses MDBs, EJBs and needs ThreadLocal to pass and log a variable across multiple EJBs and Helper classes until the transaction is complete. The flow is Starting ... |
4. Where to modify threadcount in Weblogic 10.0 MP2 stackoverflow.comI need to modify the number of threads available in my Weblogic 10.0 MP2 environment for some perf benchmarking but I cannot seem to be able to find where exactly that ... |
5. WebLogic (10.3.5) Thread Pool & Stuck Threads - What is considered continual use? stackoverflow.comI want to spot stuck threads (by setting StuckThreadMaxTime to monitor the continuous thread use) and given that each of the transactions are short running I want to set this to ... |