In web logic how are new threads assigned?
Answer / Abhishek Dixit
New threads in WebLogic Server are assigned based on a thread pool. The default configuration creates several thread pools, each dedicated to specific tasks such as servlet execution, JMS messaging, or EJB invocation. Threads within a pool are reused when available, and new ones are created if necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is node manager?
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
Do you know what is the local interface used by web logic server?
What happens if acknowledge() is called within a transaction? : BEA Weblogic
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
What is a web server? How is it different from Application server?
Explain the difference between dynamic and non-dynamic changes in the console?
How is the security handled in web logic j2ee connector architecture?
What is trouble shoot in weblogic
How do you differentiate between a server hang and server crash issue?
Is weblogic a web server?