Code Examples for

Actors in Scala

Return to chapter index

1 Concurrency Everywhere

  • 1.1 A shift toward parallel hardware
  • 1.2 Actors versus threads
  • 1.3 Scalability
  • 1.4 A high-level perspective on concurrency
  • 1.5 The indeterministic soda machine
  • 1.6 Programming the data center
  • 1.1 A shift toward parallel hardware

    1.2 Actors versus threads

    1.3 Scalability

    1.4 A high-level perspective on concurrency

    1.5 The indeterministic soda machine

    1.6 Programming the data center

    For more information about Actors in Scala, please visit:

    http://www.artima.com/shop/actors_in_scala

    and:

    http://booksites.artima.com/actors_in_scala

    Copyright © 2011 Artima, Inc. All rights reserved.

    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.