Up and Out Scaling Software With Akka

Up and Out Scaling Software With Akka

GOTO Conferences via YouTube Direct link

Introduction

1 of 27

1 of 27

Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Up and Out Scaling Software With Akka

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Scale UP & Scale OUT
  3. 3 What is an Actor?
  4. 4 Program at a Higher Level
  5. 5 Distributable by Design
  6. 6 What can I use Actors for?
  7. 7 Carl Hewitt's definition
  8. 8 4 core Actor operations
  9. 9 CREATE • CREATE creates a new instance of an Actor
  10. 10 CREATE Actor
  11. 11 Actors can form hierarchies
  12. 12 Name resolution - like a file-system
  13. 13 SEND message
  14. 14 Full example
  15. 15 Remote deployment Just feed the ActorSystem with this configuration
  16. 16 BECOME
  17. 17 Why would I want to do that?
  18. 18 Routers
  19. 19 Router + Resizer
  20. 20 New concurrency utilities in Java 7
  21. 21 Algorithm
  22. 22 Other uses of Fork/Join
  23. 23 It started with a benchmark on our single 48-core box
  24. 24 Default dispatcher using ThreadPoolExecutor
  25. 25 Failure Recovery in Java/C/C# etc.
  26. 26 SUPERVISE Actor
  27. 27 Manage failure

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.