sobjectizer
There are 7 repositories under sobjectizer topic.
Stiffstream/sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
eao197/so-5-5
SObjectizer: it's all about in-process message dispatching!
Stiffstream/so5extra
so5extra is a collection of various SObjectizer's extensions. so5extra is built on top of SObjectizer and intended to simplify development of SObjectizer-based applications.
Stiffstream/arataga
A performant socks5/http1.1 proxy-server targeted for serving a large number of entry-points
ilpropheta/calico
Camera Lite Composer, or just the project behind my blog series "SObjectizer Tales"
Stiffstream/so5-dining-philosophers
Several implementations of solutions for "Dining Philosophers" problem built by using Actor and CSP models on top of SObjectizer framework
Stiffstream/sobjectizer_fixed_stack_example
This is an implementation of fixed_stack example from C++ Actor Framework distributive, but using SObjectizer-5.7 and so5extra.