在云中部署C ++应用程序 [英] Deploying a C++ application in the cloud

查看:148
本文介绍了在云中部署C ++应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是全新的在云端托管应用程序。



我有一个产品,包括2个单独的应用程序,通过HTTP相互通信。一个是(native,非托管)C ++(服务器端),另一个是用Java编写的,包括一个web / GUI前端。



我有一个服务器端



我想探索在云中托管它的可能性,以及我一直在寻找和尝试,亚马逊的Elastic Beanstalk在第一个实例,但我很难看到树木的木头。



1)是可能的使用Amazon的Elastic Beanstalk运行一个原生的非托管C ++应用程序?



2)如果是这样,我如何在war文件的旁边部署它?

解决方案

云只是使用外部可扩展服务器托管应用程序的替代方法。


  1. 我想你可以在Amazon EC2中完美地运行应用程序,也许这个问题可以帮助:在Amazon EC2上安装测试应用程序


  2. 对于Mac OSX, xcloud macincloud



I am completely new to hosting applications in the cloud.

I have a product that consists of 2 separate applications which communicate with each other via HTTP. One is written in (native, unmanaged) C++ (server side), the other is written in Java and includes a web/GUI front end.

I have a server side application that is written in native, unmanaged C++, which communicates with a Java web/GUI front end.

I want to explore the possibility of hosting it in the cloud and I've been looking at, and experimenting with, Amazon's Elastic Beanstalk in the first instance but I'm struggling to see the wood for the trees.

1) Is it possible to run a native, unmanaged C++ application using Amazon's Elastic Beanstalk?

2) If so, how do I deploy it alongside the war file?

解决方案

"The cloud" is just an alternative to host an application using external, scalable servers.

  1. I think you could perfectly run an application in a Amazon EC2, maybe this question could help: Installing a Test Application on Amazon EC2

  2. For Mac OSX in the cloud you could check xcloud or macincloud

  3. The link above should help.

这篇关于在云中部署C ++应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆