Microsoft
70-518 · Question #33
You have developed a Windows Forms server application by using Microsoft .NET Framework 4. Client applications connect to the server application to receive streaming media on demand on a single…
The correct answer is A. Add additional RAM to the server. Increase the size of the thread pool. See the full explanation below for the reasoning.
Question
You have developed a Windows Forms server application by using Microsoft .NET Framework 4. Client applications connect to the server application to receive streaming media on demand on a single server. Each incoming connection is launched on a separate thread. As the number of client applications increases, users report that connection attempts intermittently fail. You need to ensure that users can connect to the server application even when the number of client applications increases. What should you do?
Options
- AAdd additional RAM to the server. Increase the size of the thread pool.
- BAdd additional RAM to the server. Decrease the size of the thread pool.
- CInstall a network load balancer. Increase the size of the connection pool.
- DInstall a network load balancer. Decrease the size of the connection pool.
How the community answered
(23 responses)- A74% (17)
- B4% (1)
- C13% (3)
- D9% (2)
Community Discussion
No community discussion yet for this question.