Where to host Windows Workflow Foundation engine?

不问归期 提交于 2019-12-08 08:24:46

问题


Is there any guideline to make the decision where to host WF: in our own custom windows NT service or inside IIS?


回答1:


You have the option of 3 different runtimes, WorkflowInvoker, WorkflowApplication and WorkflowServiceHost. In the last case the AppFabrik running on IIS/WAS is a generic host you can use. In general that would be a good choice when doing worklfow services.



来源:https://stackoverflow.com/questions/2856353/where-to-host-windows-workflow-foundation-engine

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