User Tools

Site Tools


2014:generative_c_hosting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
2014:generative_c_hosting [2013/11/07 07:38] – created jonjagger2014:generative_c_hosting [2016/06/11 14:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Back to [[conference:committee:2014-proposals]]\\ Back to [[conference:committee:2014-proposals]]\\
 \\ \\
-**Title**:\\+**Title**:Generative C++: Hosting\\
 **Proposer**: [[2014:Martin Waplington]]\\ **Proposer**: [[2014:Martin Waplington]]\\
 **Proposer**: [[2014:Donal Mulvany]]\\ **Proposer**: [[2014:Donal Mulvany]]\\
Line 7: Line 7:
 **Duration**: 90 mins\\ **Duration**: 90 mins\\
 **Description**: \\ **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.1383809928.txt.gz · Last modified: 2016/06/11 14:05 (external edit)