Loading...
Please wait, while we are loading the content...
Similar Documents
Multithreading and Concurrency
| Content Provider | Scilit |
|---|---|
| Author | Lewis, Mark C. |
| Copyright Year | 2012 |
| Description | Our programs so far have been written based on the basic assumption that only one thing is happening at any given time. The instructions in the program execute one after another and control might jump from one method to another, but at any given time you can point to a single line of code and say that is what is happening at that time. This type of sequential processing of instructions is called a thread. Our programs so far have been written to utilize a single thread of execution. Such programs do not take full advantage of modern hardware. In this chapter we will learn how to make our programs use multiple threads. Multithreading can be used to simplify logic in some places, but most of the time we will use it to make our programs run faster. Book Name: Introduction to the Art of Programming Using Scala |
| Related Links | https://content.taylorfrancis.com/books/download?dac=C2011-0-15509-8&isbn=9780429067433&doi=10.1201/b12916-30&format=pdf |
| Ending Page | 594 |
| Page Count | 40 |
| Starting Page | 555 |
| DOI | 10.1201/b12916-30 |
| Language | English |
| Publisher | Informa UK Limited |
| Publisher Date | 2012-11-05 |
| Access Restriction | Open |
| Subject Keyword | Book Name: Introduction To the Art of Programming Using Scala Logic Multithreading Hardware Sequential Jump Thing Faster Chapter Written Simplify |
| Content Type | Text |
| Resource Type | Chapter |