In web logic how are new threads assigned?



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

Post New Answer

More Weblogic Interview Questions

What is node manager?

1 Answers  


How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic

1 Answers  


Java-corba integration: rmi-iiop or java idl? : BEA Weblogic

1 Answers  


Do you know what is the local interface used by web logic server?

1 Answers  


What happens if acknowledge() is called within a transaction? : BEA Weblogic

1 Answers  


Which types of jdbc databases does weblogic jms support? : BEA Weblogic

1 Answers  


What is a web server? How is it different from Application server?

3 Answers   IBM,


Explain the difference between dynamic and non-dynamic changes in the console?

1 Answers  


How is the security handled in web logic j2ee connector architecture?

1 Answers  


What is trouble shoot in weblogic

5 Answers   HCL, IBM,


How do you differentiate between a server hang and server crash issue?

1 Answers  


Is weblogic a web server?

1 Answers  


Categories