threadpool « weblogic « Java Enterprise Q&A





1. How to use thread pool in WebLogic 8?    stackoverflow.com

How 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.com

What are the disadvantages of creating my own threads inside a managed environment like a weblogic application server?
I have always used managed threads (using the WorkManager api) whenever i am working ...

3. ThreadLocal safety in Weblogic threadpool    stackoverflow.com

I'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.com

I 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.com

I 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 ...