谷歌应用引擎高性能代理解决方法

huangapple go评论65阅读模式
英文:

Google App Engine high performance proxy workaround

问题

我开始使用GAE因为它的高性能。当我发现它没有我需要的所有功能(应用程序的静态IP,自定义端口)时,我意识到我需要找到一些具有类似高性能的代理服务器作为解决方法。我的应用程序仍处于早期开发阶段,所以为这个解决方案进行定制没有问题。

您可以推荐哪些值得注意的基于云的代理服务器,以与Google App Engine一起使用,以补充在GAE中无法完成的功能?

英文:

I`ve started using GAE for its high performance. When I found out that it doesn't have all the features I needed (static ip for the app, custom ports), I figured I would need to find some proxy server with similarly high performance as a workaround. My app is still in early stages of development, so there is no problem in tailoring it for this solution.

What notable cloud-based proxy servers can you recommend for use with Google App Engine to complement what can't be done in GAE?

答案1

得分: 1

你可以尝试在EC2上运行nginx。我花了一段时间来寻找是否存在这样的服务,但我从未找到过任何东西。

免责声明:这是我的博客链接

英文:

You can try running nginx on EC2. I looked for a while to see if a service like this existed, but I never found anything.

Disclaimer: this is a link to my blog

答案2

得分: 0

节点基础的http/https代理

  1. 获取一个具有静态IP地址的VPS。

  2. 安装Node JS。

  3. 按照GitHub项目上的说明进行操作,很快就能运行一个高性能的代理。

https://github.com/TellusTalk/Node_Proxy

英文:

Node based http / https proxy

  1. Get a VPS with an static ip address.

  2. Install Node JS

  3. Follow the instruction on this GitHub project and you will have a high performance proxy running in no time.

https://github.com/TellusTalk/Node_Proxy

huangapple
  • 本文由 发表于 2011年10月8日 07:22:01
  • 转载请务必保留本文链接:https://go.coder-hub.com/7693728.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定