Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C9510-418 All Questions

View all questions & answers for the C9510-418 exam

Exam C9510-418 topic 1 question 85 discussion

Actual exam question from IBM's C9510-418
Question #: 85
Topic #: 1
[All C9510-418 Questions]

What is the purpose of setting the JVM custom property com.ibm.websphere.nodeagent.bootstrap.maxthreadpool = 5 on the node agent?

  • A. Start five application server processes in parallel.
  • B. Use five threads to process parallel requests on node agent.
  • C. Create five threads to communicate with application servers.
  • D. Create five threads to communicate with deployment manager.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/xrun_jvm.html

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ftagliac
3 years, 11 months ago
The correct is C: "com.ibm.websphere.management.nodeagent.bootstrap.maxthreadpool" Use this property to control the number of threads that can be included in a newly created thread pool. A dedicated thread is created to start each application server Java virtual machine (JVM). The JVMs with dedicated threads in this thread pool are the JVMs that are started in parallel whenever the node agent starts.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...