ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is multi Threading in ASP.NET?

user-image
تم إضافة السؤال من قبل Adil Farooq , Senior Software Developers , Datacell Solution LLC
تاريخ النشر: 2016/10/27
Himanshu Kalra
من قبل Himanshu Kalra , Software Engineer , MONTE CARLO

A thread is defined as the execution path of a program. Each thread defines a unique flow of control. If your application involves complicated and time consuming operations, then it is often helpful to set different execution paths or threads, with each thread performing a particular job.

 

System.Threading.Thread

Shadab Eqbal
من قبل Shadab Eqbal

Multi threading is a method which can be used when a time consuming task is making the central processing unit idle for a long time when there is some i/o interrupt and more threads are waiting in a queue .

Basically multi threading is a technique to run the threads parallaly whenever there is some interrupt of the threads, then apart from waiting, cpu can process another thread, which makes the higher efficiency of cpu.

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟