由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - C++ library for REST
相关主题
computer graphics/vision 领域用哪种语言最多?湾区哪里有给小孩子体验3D打印的地方
c++ 两个库接口冲突西雅图户外活动小组活动五:周六 5/14/2011
请教一下,C++如何判断未初始化的变量请问如何在jbuider里面安装poi?
C++ plotting libaryProblem with R loading C libraries (转载)
彩色图像创建和显示问题Kit for libary construction for next-generatin sequence
clojure和common lisp区别大么,语法上。Got an offer
where is libstdc++C++疑问:Animal a,Animal* a,哪种访问方式快
pdf c++ or python library (转载)Does Linux support thread?
相关话题的讨论汇总
话题: c++话题: rest话题: library话题: native话题: pion
进入Programming版参与讨论
1 (共1页)
c****e
发帖数: 1453
1
http://blogs.msdn.com/b/somasegar/archive/2012/04/30/devlabs-c-
A modern C++ libary to support REST. It looks quite interesting. I am not
aware that whether boost has similar offering or not. I heard of Pion but
never used that.
t****n
发帖数: 324
2
可惜了,based on VC。

【在 c****e 的大作中提到】
: http://blogs.msdn.com/b/somasegar/archive/2012/04/30/devlabs-c-
: A modern C++ libary to support REST. It looks quite interesting. I am not
: aware that whether boost has similar offering or not. I heard of Pion but
: never used that.

t******a
发帖数: 1200
3
这种基础设施,如果不开放源代码的化,基本没有价值,里面出个小security bug
或者碰上开发环境小升级时,有可能会折腾死人的。
互联网程序已经不是微软当年那种写个API,提供个二进制library供人下载就可以玩
转的时代了。

【在 c****e 的大作中提到】
: http://blogs.msdn.com/b/somasegar/archive/2012/04/30/devlabs-c-
: A modern C++ libary to support REST. It looks quite interesting. I am not
: aware that whether boost has similar offering or not. I heard of Pion but
: never used that.

c****e
发帖数: 1453
4
See Sutter's blog. The important thing is not this library itself,
techniques are proposed for future standard library. I expect to see a
signficant boost of C++ community afte C++ 11 are widly adopted.
http://herbsutter.com/2012/04/30/c-libraries-casablanca/
Microsoft took a drastic turn to support native from managed code. They even
set up a conference named "go native", because it's very valuable to run native coded app on table/phone, better performance and less power consumption. This is a distinct departure from past.

【在 t******a 的大作中提到】
: 这种基础设施,如果不开放源代码的化,基本没有价值,里面出个小security bug
: 或者碰上开发环境小升级时,有可能会折腾死人的。
: 互联网程序已经不是微软当年那种写个API,提供个二进制library供人下载就可以玩
: 转的时代了。

t******a
发帖数: 1200
5
No one will use such kind of underpinning libraries for serious
tasks without having full control of the source code in this
internet era, period.

even
native coded app on table/phone, better performance and less power
consumption. This is a distinct departure from past.

【在 c****e 的大作中提到】
: See Sutter's blog. The important thing is not this library itself,
: techniques are proposed for future standard library. I expect to see a
: signficant boost of C++ community afte C++ 11 are widly adopted.
: http://herbsutter.com/2012/04/30/c-libraries-casablanca/
: Microsoft took a drastic turn to support native from managed code. They even
: set up a conference named "go native", because it's very valuable to run native coded app on table/phone, better performance and less power consumption. This is a distinct departure from past.

c****e
发帖数: 1453
6
Did you read what I am talking about? I am not talking about this library
specifically.
BTW, Many many applciations running in this world has no contorl over
library source code. As long as there is right business model behind it, it
's fine.

【在 t******a 的大作中提到】
: No one will use such kind of underpinning libraries for serious
: tasks without having full control of the source code in this
: internet era, period.
:
: even
: native coded app on table/phone, better performance and less power
: consumption. This is a distinct departure from past.

1 (共1页)
进入Programming版参与讨论
相关主题
Does Linux support thread?彩色图像创建和显示问题
[转载] ? on put/get fileclojure和common lisp区别大么,语法上。
[Teradata] How to randomly select one observation from each group?where is libstdc++
anyone know how to compile a libary coded in c which any be used bypdf c++ or python library (转载)
computer graphics/vision 领域用哪种语言最多?湾区哪里有给小孩子体验3D打印的地方
c++ 两个库接口冲突西雅图户外活动小组活动五:周六 5/14/2011
请教一下,C++如何判断未初始化的变量请问如何在jbuider里面安装poi?
C++ plotting libaryProblem with R loading C libraries (转载)
相关话题的讨论汇总
话题: c++话题: rest话题: library话题: native话题: pion