Skip to main content

1998 | OriginalPaper | Buchkapitel

Multithreading

verfasst von : William Buchanan, Bsc, CEng, PhD

Erschienen in: Mastering Java

Verlag: Macmillan Education UK

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Multitasking involves running several tasks at the same time. It normally involves each task running on a process for a given amount of time, before it is released and another process is given some time. There are two forms of multitasking, these are: Pre-emptive multitasking. This type involves the operating system controlling how long a process stays on the processor. This allows for smooth multitasking and is used in Windows NT/95 32-bit programs.Co-operative multitasking. This type of multitasking relies on a process giving up the processor. It is used with Windows 3.1 programs and suffers from processor hogging, where a process can stay on a processor and the operating system cannot kick it off.

Metadaten
Titel
Multithreading
verfasst von
William Buchanan, Bsc, CEng, PhD
Copyright-Jahr
1998
Verlag
Macmillan Education UK
DOI
https://doi.org/10.1007/978-1-349-14772-4_15