Azure Service Fabric 32 bit support

[亡魂溺海] 提交于 2020-01-14 16:35:35

问题


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

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?


回答1:


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.



来源:https://stackoverflow.com/questions/33677719/azure-service-fabric-32-bit-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!