How Work Manager works in wls 9.2 and above versions?
Answer / Soni Kumar Manwal
Work Manager is a utility that allows developers to schedule background work in WebLogic Server (WLS) 9.2 and above versions. It provides an efficient way to run long-running tasks without blocking the user interface or consuming application server resources. Developers can enqueue work items into the Work Manager, which are then executed asynchronously by a dedicated worker pool.
| Is This Answer Correct ? | 0 Yes | 0 No |
If SSL is configured then which key is send to the client?
How do I put a message back on the queue for processing? : BEA Weblogic
How can we configure http tunneling on weblogic?
How do I learn what codesets are available in oracle? : BEA Weblogic
Explain the difference between dynamic and non-dynamic changes in the console?
Explain the functioning of Stub?
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
tell me the permenent memory issues?
In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?
What type of object is returned by resultset.getobject()? : BEA Weblogic