Skip to content

Commit

Permalink
docs: make some old slides more context free
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Nov 17, 2021
1 parent 8fd3dfc commit 5fa4744
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/demo/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ type fault
* Future work
* Test case generation, including extending existing/already run test cases;
* Support for deployment, for testing upgrades and backup/restore;
* Integrate other parts of Assembly.
* Integrate other parts of platform.

---

Expand Down
Binary file modified doc/demo/slides.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions src/runtime-prototype/event-loop.org
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ queue | __ __ __ | -.
*** scheduler/executor event logging is synchronous and slow
*** scheduler implementation is complicated
** Convenience
*** useful for non-async parts of smartlog
*** useful for non-async parts of SUT
*** sync communication between reactors that are "near"
*** async disk I/O?
**** leveldb async flag means no fsync...
Expand Down Expand Up @@ -182,7 +182,7 @@ queue | __ __ __ | -.

* Next steps
** reimplement scheduler on top of event loop
*** some experience using this style of programming before adopting it for Smartlog
*** some experience using this style of programming before adopting it for SUT
*** solves problem with slow sync disk I/O
*** and slow communication between executor and scheduler
*** reduce scheduler complexity, make it testable and debuggable using the detsys
Expand All @@ -193,7 +193,7 @@ queue | __ __ __ | -.
*** same approach as Chuck's event loop, but for client side

* Longer term
** put the Smartlog reactors on top of the event loop
** put the SUT reactors on top of the event loop
*** timers?
** merge efforts with progress made by others on:
*** scalability / benchmarking
Expand Down

0 comments on commit 5fa4744

Please sign in to comment.