什么 C++ Quora 和 Facebook 使用哪些库来访问数据库?
我读到 Quora 和 Facebook 在后端使用 C++。它们都处理并获取大量数据。他们为此使用什么库?他们开发了吗?
I've read that Quora and Facebook use C++ in the backend. Both of them process and fetch big amounts of data. What libraries do they use for that? Did they develop them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
众所周知,Facebook 是用 php 编写的,但现在 php 代码用于生成 C++ 代码。为此,他们开发了一个名为 HipHop 的转换器工具,您可以自己使用(开源据我所知)。
我不知道知乎。
Amazon.com 确实使用 C++,但据我所知,它是他们自己的代码,而不是库。
如果您对 C++ Web 应用程序感兴趣,您应该尝试 CPPCMS。
Facebook is known to have been written in php but now the php code is used to generate C++ code. To do that, they developped a converter tool named HipHop that you can use yourself (Open source AFAIK).
I don't know about quora.
Amazon.com does use C++ but it's, AFAIK, their own code, not a library.
If you're interested in C++ web applications, you should try CPPCMS.