GIAC
GSSP-NET · Question #311
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You are creating an application that will perform statistics calculations…
The correct answer is C. For every calculation, call the QueueUserWorkItem method of the ThreadPool class. GIAC GSSP-.NET Exam
Secure Deployment and Configuration Management
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You are creating an application that will perform statistics calculations using .NET Framework. You want to ensure that the application is capable of performing multiple calculations concurrently. What will you do to accomplish the task?
Options
- ASet the Process.GetCurrentProcess().BasePriority property to High.
- BSet the ProcessorAffinity property of the ProcessThread class object.
- CFor every calculation, call the QueueUserWorkItem method of the ThreadPool class.
- DSet the IdealProcessor property of the ProcessThread class object.
How the community answered
(20 responses)- A5% (1)
- B10% (2)
- C85% (17)
Explanation
GIAC GSSP-.NET Exam
Topics
#ThreadPool#QueueUserWorkItem#concurrent processing#.NET threading
Community Discussion
No community discussion yet for this question.