Generic RPCs added to czrpc The last few days I’ve been slowly adding support for what I call “generic RPCs” to czrpc . Lack...
Support for server-side asynchronous functions As I’ve mentioned at the end of Modern C++ lightweight binary RPC framework without code generation, one of the...
Modern C++ lightweight binary RPC framework without code generation Table of Contents Introduction Why I needed this RPC parameters Parameter Traits Serialization Deserialization From tuple to function parameters...
Portable C++ Timer Queue Introduction If you looked at my previous posts, you noticed I explored some of the nice things Boost Asio...
Easy way to share data between instances Sometimes you need to share data between instances, but you need that data to be accessed externally, automatically created...
Some Context Switching documentation and sample Despite having family over, I still managed to add some Context Switching documentation and a small assembly sample to...
Some fixes to the Disk Controller I’ve released new G4DevKit binaries that fix a couple of bugs in the Disk Controller. That the less tested...
G4DevKit documentation Took the last weekend to work on documenting the architecture. http://bitbucket.org/ruifig/g4devkit/wiki I was expecting to cover all areas, but...
A small sample of the DevKit in action I highlighted just a small portion of one of the coding sessions, where I was adding some ASCII art...
What I’ve been working on lately Something I’ve been working on for the past 2 years! Time flies. 🙂 Well, working on… on my free...