Azure Service Fabric 32位支持 [英] Azure Service Fabric 32 bit support

查看:74
本文介绍了Azure Service Fabric 32位支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请让我知道服务结构是否支持类似于WoW64的功能?

Please let me know whether service fabric supports capability similar to WoW64 ?

我有一个32位.NET应用程序,它依赖于32位未管理的c ++ dll。可以通过任何方式在Service Fabric中运行此应用程序吗?

I have a 32 bit .NET application which depends on 32 bit unmanged c++ dlls. Is it possible to run this application in Service Fabric in any way?

推荐答案

您可以在Service Fabric中托管任何现有应用程序(< a href = https://azure.microsoft.com/en-us/documentation/articles/service-fabric-deploy-existing-app/ rel = noreferrer> https://azure.microsoft.com/en -us / documentation / articles / service-fabric-deploy-existing-app / )。但是,如果要使用可靠的集合,可靠的actor API,则您的应用程序需要为64位。对于群集上的管理操作,Service Fabric提供了REST API,因此您可以使用32位应用程序中的任何HTTP堆栈来管理群集中的应用程序。

You can host any existing applications in Service Fabric (https://azure.microsoft.com/en-us/documentation/articles/service-fabric-deploy-existing-app/). However if you want to use reliable collections, reliable actors APIs, your application needs to be 64 bit. For management operations on cluster Service Fabric provides REST APIs, so you can use any HTTP stack from a 32 bit application to manage the applications in the cluster.

这篇关于Azure Service Fabric 32位支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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