Advertisement
Guest User

Untitled

a guest
May 28th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. To use more of the computers processors one can use threads. // multitasking
  2. “Important aspects of coding are error handling and multiprocessing. Error handling is solved using
  3. exceptions in C# and multiprocessing can be solved by using threads.”
  4. Threads can be used to change the timing of the operations in an application. Threads is new applications running parallel with the main application.
  5. Data can easily be shared between threads, making synchronization important when writing to shared memory area.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement