💾 Archived View for siiky.srht.site › wiki › class.dsp.gmi captured on 2024-08-18 at 18:00:16. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-04-19)
-=-=-=-=-=-=-
siiky
2023/02/21
2023/03/21
2023/03/21
course,distributed,programming
This page is about one of the classes I have this semester.
So far, we're learning about more efficient ways to implement large-scale servers -- specifically by using the event-driven paradigm, with one (or more) threads running an event loop.
Learned about reactive programming with ReactiveX on the first chapter, and started (re)learning about Actor-based concurrency models with Erlang.