User Tools

Site Tools


2014:generative_c_hosting

This is an old revision of the document!


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.1383809958.txt.gz · Last modified: 2016/06/11 14:05 (external edit)