What should you do?

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?

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?

A.
Add additional RAM to the server. Increase the size of the thread pool.

B.
Add additional RAM to the server. Decrease the size of the thread pool.

C.
Install a network load balancer. Increase the size of the connection pool.

D.
Install a network load balancer. Decrease the size of the connection pool.



Leave a Reply 0

Your email address will not be published. Required fields are marked *