本文介绍了FastCGI for C ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我发现只有两个用于C ++的FastCGI库。有和。任何一个比另一个更好?有没有其他存在?
I've found only two FastCGI libraries for C++. There's the "official" one, and fastcgi++. How is either one better than the other? Do any others exist?
推荐答案
由于fastcgi ++仍然被列为开发状态:4- Beta,所以我建议去正式的一个。它已经存在了很长时间了,并且已经绑定了大量的语言。许可之间的2似乎没有什么区别。在你的代码中放入一些测量,如果性能是一个问题,然后花一些时间来玩替代品。
As fastcgi++ is still listed as "Development Status: 4- Beta" so I would suggest going for the offical one. It has been around for ages and has bindings for a whole host of languages. Licences between the 2 don't seem to make much difference. Put some measurements in your code and if performance is an issue then spend some time playing around with alternatives.
这篇关于FastCGI for C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!