Skip to content

Instantly share code, notes, and snippets.

@dholbrook
Created October 12, 2011 03:10
Show Gist options
  • Save dholbrook/1280156 to your computer and use it in GitHub Desktop.
Save dholbrook/1280156 to your computer and use it in GitHub Desktop.
output for sleeping barber demo program
[akka:event-driven:dispatcher:global-3] [Customer] cust1 Enters Shop
[akka:event-driven:dispatcher:global-4] [Barber] Cutting Hair
[akka:event-driven:dispatcher:global-3] [Customer] cust1 Sits In Barber Chair
[akka:event-driven:dispatcher:global-7] [Customer] cust2 Enters Shop
[akka:event-driven:dispatcher:global-9] [Customer] cust2 Sits In Waiting Room
[akka:event-driven:dispatcher:global-12] [Customer] cust3 Enters Shop
[akka:event-driven:dispatcher:global-12] [Customer] cust3 Waiting Room Full - Leaving
[akka:event-driven:dispatcher:global-12] [Customer] cust3 Exits Shop
[akka:event-driven:dispatcher:global-4] [Barber] Cutting Hair Done
[akka:event-driven:dispatcher:global-18] [Customer] cust1 Exits Shop
[akka:event-driven:dispatcher:global-19] [Customer] cust2 Sits In Barber Chair
[akka:event-driven:dispatcher:global-21] [Barber] Cutting Hair
[akka:event-driven:dispatcher:global-23] [Customer] cust4 Enters Shop
[akka:event-driven:dispatcher:global-23] [Customer] cust4 Sits In Waiting Room
[akka:event-driven:dispatcher:global-25] [Customer] cust5 Enters Shop
[akka:event-driven:dispatcher:global-25] [Customer] cust5 Waiting Room Full - Leaving
[akka:event-driven:dispatcher:global-25] [Customer] cust5 Exits Shop
[akka:event-driven:dispatcher:global-21] [Barber] Cutting Hair Done
[akka:event-driven:dispatcher:global-21] [Customer] cust2 Exits Shop
[akka:event-driven:dispatcher:global-21] [Customer] cust4 Sits In Barber Chair
[akka:event-driven:dispatcher:global-21] [Barber] Cutting Hair
[akka:event-driven:dispatcher:global-11] [Customer] cust6 Enters Shop
[akka:event-driven:dispatcher:global-11] [Customer] cust6 Sits In Waiting Room
[akka:event-driven:dispatcher:global-17] [Customer] cust7 Enters Shop
[akka:event-driven:dispatcher:global-17] [Customer] cust7 Waiting Room Full - Leaving
[akka:event-driven:dispatcher:global-17] [Customer] cust7 Exits Shop
[akka:event-driven:dispatcher:global-21] [Barber] Cutting Hair Done
[akka:event-driven:dispatcher:global-12] [Customer] cust4 Exits Shop
[akka:event-driven:dispatcher:global-21] [Customer] cust6 Sits In Barber Chair
[akka:event-driven:dispatcher:global-21] [Barber] Cutting Hair
[akka:event-driven:dispatcher:global-1] [Customer] cust8 Enters Shop
[akka:event-driven:dispatcher:global-1] [Customer] cust8 Sits In Waiting Room
[akka:event-driven:dispatcher:global-2] [Customer] cust9 Enters Shop
[akka:event-driven:dispatcher:global-2] [Customer] cust9 Waiting Room Full - Leaving
[akka:event-driven:dispatcher:global-2] [Customer] cust9 Exits Shop
[akka:event-driven:dispatcher:global-21] [Barber] Cutting Hair Done
[akka:event-driven:dispatcher:global-21] [Customer] cust6 Exits Shop
[akka:event-driven:dispatcher:global-7] [Customer] cust8 Sits In Barber Chair
[akka:event-driven:dispatcher:global-7] [Barber] Cutting Hair
[akka:event-driven:dispatcher:global-4] [Customer] cust10 Enters Shop
[akka:event-driven:dispatcher:global-4] [Customer] cust10 Sits In Waiting Room
[akka:event-driven:dispatcher:global-7] [Barber] Cutting Hair Done
[akka:event-driven:dispatcher:global-7] [Customer] cust8 Exits Shop
[akka:event-driven:dispatcher:global-7] [Customer] cust10 Sits In Barber Chair
[akka:event-driven:dispatcher:global-7] [Barber] Cutting Hair
[akka:event-driven:dispatcher:global-7] [Barber] Cutting Hair Done
[akka:event-driven:dispatcher:global-7] [Customer] cust10 Exits Shop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment