简体   繁体   English

我可以在Google App Engine上使用CGo吗?

[英]Can i use CGo on Google App Engine?

So I was using CGo for a number crunching web app and it happens that CGo seems faster. 因此,我使用CGo进行数字运算的Web应用程序,而且CGo似乎更快。 Is there any that I can use CGo on Google App Engine Go runtime. 有没有我可以在Google App Engine Go运行时使用CGo。

Nope. 不。 CGo is not supported yet, and perhaps never will. CGo尚未得到支持,也许永远不会支持。 This is PaaS after all and they need to isolate the platform. 毕竟这是PaaS ,他们需要隔离平台。 But you never know. 但你永远不知道。 Perhaps a restricted version. 也许是受限制的版本。

It is supported on App engine Go 1.11 https://gist.github.com/apstndb/456e47ce0dcca191d967aefed1320b92 它在App引擎Go 1.11上得到支持https://gist.github.com/apstndb/456e47ce0dcca191d967aefed1320b92

I know it is an old question but it is still in top results, so just added for any one searching for it now 我知道这是一个古老的问题,但它仍然是最重要的结果,所以现在只为任何一个搜索它添加

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM