Click to See Complete Forum and Search --> : C# - threading?


alockrem
April 8th, 2006, 09:16 PM
I am new to C#. I am working on a multi-user client/server application and I believe I am on the wrong track. I have read that multithreading isn't necessary because the .net framework does a good job with async connections. Is this true?

Arjay
April 10th, 2006, 10:01 AM
It may do a good job with async connections, but that is orthogonal to whether [additional] threading will be beneficial in your app.