Skip to main content

Writing Threaded Applications

  • Chapter
Essential Java 2 fast

Part of the book series: Essential Series ((ES))

  • 579 Accesses

Abstract

Operating systems such as UNIX, Windows 95 and Windows 98 are able to run more than one application at the same time. At any one moment however, if you have only one processor, you are actually executing only one of those applications, but by switching between them quickly your computer is able to give the impression that it is working simultaneously on more than one of the applications. This can be a very efficient use of computer time, since if one application is updating a database it will spend a lot of its time waiting for the disk which is slow compared to the speed of the processor. This waiting time can be used to run a second application without slowing down the first. The scheduling of different applications is a feature of the operating system of your computer and you usually do not have a great deal of control over how it works.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1999 Springer-Verlag London

About this chapter

Cite this chapter

Cowell, J. (1999). Writing Threaded Applications. In: Essential Java 2 fast. Essential Series. Springer, London. https://doi.org/10.1007/978-1-4471-0573-2_15

Download citation

  • DOI: https://doi.org/10.1007/978-1-4471-0573-2_15

  • Publisher Name: Springer, London

  • Print ISBN: 978-1-85233-071-2

  • Online ISBN: 978-1-4471-0573-2

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics