2014:generative_c_hosting

Back to 2014-proposals

Title:Generative C++: Hosting
Proposer: Martin Waplington
Proposer: Donal Mulvany
Type: Case-Study
Duration: 90 mins
Description:
So you have a bunch of objects but really you'd like the same functionality in a web-service, or a fault tolerant cluster, or even just in a command line application. This is going to take time: you can't just throw your object into node.js or an erlang C-node. You'll need protocol mappings for the methods you want to expose, and some sort of lifetime and configuration policy to make the objects you want, when you want, how you want.

Even the command line application is going to take a load of code to make everything go… We show you how to use clang to achieve this stuff once and for all!



2014/generative_c_hosting.txt · Last modified: 2016/06/11 14:05 by 127.0.0.1