1.Thread is a unit of code maintaining its own execution path.
2.The application process with one execution is called single Thread application"
3.The application process with more than one execution path is called "Multi-thread application"
4.CLR will create main thread for .net application process
Example of multi-thread application is ms word
Multithreading is recommended when the application is having a task which can be finished with out user interaction will improve performance of application.The task can be printing job,database connectivity processing client requests to wards server base application
2.The application process with one execution is called single Thread application"
3.The application process with more than one execution path is called "Multi-thread application"
4.CLR will create main thread for .net application process
Example of multi-thread application is ms word
Multithreading is recommended when the application is having a task which can be finished with out user interaction will improve performance of application.The task can be printing job,database connectivity processing client requests to wards server base application
No comments:
Post a Comment