-
Notifications
You must be signed in to change notification settings - Fork 46
articles en
Yauheni Akhotnikau edited this page Apr 25, 2024
·
34 revisions
The list of SObjectizer's related talks:
- SObjectizer: a C++ tool for Concurrent Programming with Actors, Pub/Sub and CSP-channels. 17 March 2021, Italian C++ Community meetup, slides.
The list of SObjectizer's related articles:
- What is SObjectizer-5.5 -- A short presentation with the answer to the question "What is SObjectizer-5.5?" (2015.02.13)
- Dive into SObjectizer-5.5. Introductory part -- A long presentation about some basics of SObjectizer-5.5. (2015.02.17)
- Dive into SObjectizer-5.5. Second part. Agent's States -- A presentation with more deep dive into states of agents. (2015.05.27)
- Dive into SObjectizer-5.5. Third part. More About Coops -- A presentation with description of agents coops. (2015.05.27)
- Dive into SObjectizer-5.5. Fourth part. Exceptions -- A presentation with usage of exceptions explained. (2015.06.03)
- Dive into SObjectizer-5.5. Fifth part. Timers -- A presentation with description of delayed and periodic messages. (2015.09.07)
- Dive into SObjectizer-5.5. Sixth part. Synchronous Interaction -- A presentation with description of synchronous interactions between agents. (2015.10.29)
- Dive into SObjectizer-5.5. Seventh part. Message Limits -- A presentation with description of message limits and protection of agents from overloading. (2015.10.29)
- Dive into SObjectizer-5.5. Eighth part. Dispatchers -- A presentation with description of dispatcher mechanism and standard SObjectizer's dispatchers. (2016.02.01)
- Dlive into SObjectizer-5.5. Ninth part. Message Chains -- A presentation with description of message chains (2016.02.12)
- Dive into SObjectizer-5.5. Tenth part. Mutable Messages -- A presentation with description of mutable messages with guarantees that mutable message will be delivered to at most one receiver (2017.05.11)
- SObjectizer-5.5 compared to C++ Actor Framework -- An explanation about similarities and differences from C++ Actor Framework. (2015.05.28)
- [Lessons learnt from 10+ years with actors in C++] -- Some lessons we have learnt during more than 10 year of SObjectizer usage in application development. (2015.12.18)
- [Performance Comparison SO-5.5.15.2 vs CAF-0.14.4] -- Results of performance benchmarks from CAF and SObjectizer. (2016.02.23)
- Data exchange between threads without a pain? CSP-channels to rescue -- A detailed explanation of simple example of data exchange between work threads by using mchains. (2018.05.17)
- Shrimp: A Rather Practical Example Of Application Development With RESTinio And SObjectizer -- A presentation with description of demo project Shrimp that based on SObjectizer. (2018.09.06)
- Let's talk about hierarchical finite state machines and their support in SObjectizer-5.5 -- A brief introduction to hierarchical FSM and SObjectizer's support for HFSM. (2018.09.18)
- "Modern" Dining Philosophers in C++ with Actors and CSP part 1 and part 2 -- Explanation of several implementations of various solutions for dining philosopher problem. (2019.01.29)
- Pavel Vainerman. If your project is «Theatre» then use actors -- A story about SObjectizer usage in the development of automated control system for a theatre's scenery. (2019.05.20)
- Just take a look at SObjectizer if you want to use Actors or CSP in your C++ project -- A big overview of SObjectizer (2019.06.30)
- A declarative data-processing pipeline on top of actors? Why not? -- An experiment of making data-processing pipeline DSL on top of SObjectizer and so5extra (2019.07.17)
- Several aspects of integration with foreign multithreading libraries -- Several notes about integration of SObjectizer with other libraries that use multi-threading (2023.10.26)