This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cs326:lab5 [2021/10/24 23:11] scarl |
cs326:lab5 [2021/12/03 15:18] (current) scarl |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== CSci 326 Lab #5 - Sending Messages ==== | + | ==== CSci 326 Lab 6 - Sending Messages ==== |
We're going to be following the discussion and code experiments in this blog post by Piotr Szymański: | We're going to be following the discussion and code experiments in this blog post by Piotr Szymański: | ||
Line 13: | Line 13: | ||
1..1000 |> Stream.map(fn _ -> send p, :ping end) |> Enum.count | 1..1000 |> Stream.map(fn _ -> send p, :ping end) |> Enum.count | ||
#...and so on...</code> | #...and so on...</code> | ||
- | * If you want to try stress-testing with 100 million processes, do it **last**...and on the Linux box, not a laptop. | + | * If you want to try stress-testing with 100 million processes, do it **last**...and on a Linux box, not a laptop. But show me your previous results first! |
| | ||
- | For full credit, show me your **iex** session after you complet the last section, working with ''Table2''. | + | For full credit, show me your **iex** session after you complete the last section, working with ''Table2''. |